mirror of https://github.com/cirruslabs/tart.git
integration-tests: downgrade "requests" package to 2.31.0 (#829)
To fix the build failing. See https://github.com/psf/requests/issues/6707 for more details.
This commit is contained in:
parent
7c386e3466
commit
a0ae2f4e66
|
|
@ -1,6 +1,6 @@
|
|||
pytest
|
||||
testcontainers
|
||||
requests
|
||||
requests == 2.31.0 # work around https://github.com/psf/requests/issues/6707
|
||||
bitmath
|
||||
pytest-dependency
|
||||
paramiko
|
||||
|
|
|
|||
Loading…
Reference in New Issue