Skip to content

Commit

Permalink
Hard-code requests version because of the bug in docker-py (#432)
Browse files Browse the repository at this point in the history
Co-authored-by: Artur Mackowiak <[email protected]>
  • Loading branch information
awmackowiak and Artur Mackowiak authored May 29, 2024
1 parent 86129b6 commit ec138c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ envlist =
flake8
apicheck
pydocstyle
requires = tox-docker>=2.0
requires =
tox-docker<=4.1
requests<=2.31.0

[testenv]
deps=
Expand Down

0 comments on commit ec138c2

Please sign in to comment.