1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-07 16:16:09 +02:00

Increased dependency versions to get around pip internal problem

This commit is contained in:
Steve Kamerman 2018-04-22 16:08:29 -04:00
parent c417813df9
commit 9be2624d09
No known key found for this signature in database
GPG Key ID: D39F3EEFC1837DF1
2 changed files with 5 additions and 5 deletions

View File

@ -469,5 +469,5 @@ try:
except docker.errors.ImageNotFound:
pytest.exit("The docker image 'jwilder/nginx-proxy:test' is missing")
if docker.__version__ != "2.0.2":
pytest.exit("This test suite is meant to work with the python docker module v2.0.2")
if docker.__version__ != "2.1.0":
pytest.exit("This test suite is meant to work with the python docker module v2.1.0")

View File

@ -1,5 +1,5 @@
backoff==1.3.2
docker-compose==1.11.1
docker==2.0.2
docker-compose==1.11.2
docker==2.1.0
pytest==3.0.5
requests==2.11.1
requests==2.11.1