testcontainers-python
testcontainers-python copied to clipboard
Bug: test_docker_run_azure_sql_edge fails
Describe the bug
The test modules/mssql/tests/test_mssql.py::test_docker_run_azure_sql_edge fails when run with pytest.
To Reproduce
Run the test: pytest modules/mssql/tests/test_mssql.py::test_docker_run_azure_sql_edge
Runtime environment
MacBook M2 with ARM CPU. Is this maybe related to some Mac OS pecularities?
per #550 - its not supported on arm64 at all actually. not sure what to do here. forgot about this issue when i opened 550 a min ago.