testcontainers / testcontainers-python

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
https://testcontainers-python.readthedocs.io/en/latest/
Apache License 2.0
1.58k stars 288 forks source link

tests: should skip azure sql edge on m1 as its no longer supported #550

Open alexanderankin opened 6 months ago

alexanderankin commented 6 months ago

per this notice: "Azure SQL Edge no longer supports the ARM64 platform."

image

https://learn.microsoft.com/en-us/azure/azure-sql-edge/disconnected-deployment

the old azure sql edge images which have arm64 equivalents don't have sqlcmd which we use for waiting, should use:

https://github.com/microsoft/go-sqlcmd/releases/tag/v1.6.0