mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-01 22:35:45 +00:00
chore(ci): ⬆️ update python dependencies to latests release
This commit is contained in:
committed by
Nicolas Duchon
parent
950a28f5ea
commit
eba9ac4261
@ -471,5 +471,5 @@ try:
|
||||
except docker.errors.ImageNotFound:
|
||||
pytest.exit("The docker image 'nginxproxy/nginx-proxy:test' is missing")
|
||||
|
||||
if docker.__version__ != "2.1.0":
|
||||
pytest.exit("This test suite is meant to work with the python docker module v2.1.0")
|
||||
if docker.__version__ != "4.4.4":
|
||||
pytest.exit("This test suite is meant to work with the python docker module v4.4.4")
|
||||
|
Reference in New Issue
Block a user