Skip to content

Commit ec138c2

Browse files
awmackowiakArtur Mackowiak
and
Artur Mackowiak
authored
Hard-code requests version because of the bug in docker-py (#432)
Co-authored-by: Artur Mackowiak <artur.mackowiak@polpc09554.allegrogroup.internal>
1 parent 86129b6 commit ec138c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ envlist =
55
flake8
66
apicheck
77
pydocstyle
8-
requires = tox-docker>=2.0
8+
requires =
9+
tox-docker<=4.1
10+
requests<=2.31.0
911

1012
[testenv]
1113
deps=

0 commit comments

Comments
 (0)