Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 7dfaf51

Browse files
authored
Temporarily upper-bounce acceptance toxenv urllib3 (#318)
We're being slightly bad here and using an unpinned set of dependencies, which has finally come back to bite us. We can probably can oribably generate some requirements files to fully pin things OR we can use a single venv for all this (i.e., use the normal env with our dev dependencies) - but these will all take a little longer than I/we want to dedicate to this right now so the fastest "fix" is to simply add an upper-bound to urllib3 so that pip's resolver no longer complains about version conflicts
1 parent 8b1b59f commit 7dfaf51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ deps =
7777
docker-compose
7878
boto3
7979
simplejson
80+
urllib3<1.27
8081
commands =
8182
docker-compose -f acceptance/docker-compose.yaml down
8283
docker-compose -f acceptance/docker-compose.yaml pull

0 commit comments

Comments
 (0)