Skip to content

Commit 1a2804e

Browse files
feat(mssql):Add new SQL Server version to test parameters (#1079)
align with updated README in https://hub.docker.com/r/microsoft/mssql-server Co-authored-by: David Ankin <daveankin@gmail.com>
1 parent 16ba92e commit 1a2804e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/community/mssql/test_mssql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
@pytest.mark.skipif(is_arm(), reason="mssql container not available for ARM")
11-
@pytest.mark.parametrize("version", ["2022-CU12-ubuntu-22.04", "2019-CU25-ubuntu-20.04"])
11+
@pytest.mark.parametrize("version", ["2022-CU12-ubuntu-22.04", "2019-CU25-ubuntu-20.04", "2025-latest"])
1212
def test_docker_run_mssql(version: str):
1313
with SqlServerContainer(f"mcr.microsoft.com/mssql/server:{version}", password="1Secure*Password2") as mssql:
1414
engine = sqlalchemy.create_engine(mssql.get_connection_url())

0 commit comments

Comments
 (0)