Skip to content

Commit 6fcfbd6

Browse files
authored
tests: fix docker-tests mssql (#2878)
* try new image * try new image with new pyodbc verrsion
1 parent 97c3664 commit 6fcfbd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/opentelemetry-docker-tests/tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- "14268:14268"
5252
- "9411:9411"
5353
otmssql:
54-
image: mcr.microsoft.com/mssql/server:2017-CU23-ubuntu-16.04
54+
image: mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04
5555
ports:
5656
- "1433:1433"
5757
environment:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ deps =
12571257
PyMySQL==0.10.1
12581258
PyNaCl==1.5.0
12591259
# prerequisite: install unixodbc
1260-
pyodbc==4.0.39
1260+
pyodbc==5.0.1
12611261
pyrsistent==0.20.0
12621262
pytest==8.0.2
12631263
pytest-celery==0.0.0

0 commit comments

Comments
 (0)