Skip to content

Commit

Permalink
try new image with new pyodbc verrsion
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto committed Sep 22, 2024
1 parent ec7239e commit 5ab6969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/opentelemetry-docker-tests/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- "14268:14268"
- "9411:9411"
otmssql:
image: mcr.microsoft.com/mssql/server:2019-CU14-ubuntu-20.04
image: mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04
ports:
- "1433:1433"
environment:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ deps =
PyMySQL==0.10.1
PyNaCl==1.5.0
# prerequisite: install unixodbc
pyodbc==4.0.39
pyodbc==5.0.1
pyrsistent==0.20.0
pytest==8.0.2
pytest-celery==0.0.0
Expand Down

0 comments on commit 5ab6969

Please sign in to comment.