Skip to content

Commit

Permalink
Fix running tests with tox-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed May 29, 2024
1 parent 62a8b3f commit 73fd211
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
envlist = py3,mypy
requires =
poetry
tox-docker
# requests-2.32.0 breaks docker
# https://github.com/docker/docker-py/issues/3256
requests<2.32.0
tox-docker==4.1.0
docker==6.1.3
requests==2.31.0

[pytest]
minversion=2.0
Expand Down

0 comments on commit 73fd211

Please sign in to comment.