ci: bump python module docker version check
ci: bump python module docker version check
This commit is contained in:
parent
92eb45f0ec
commit
142a159d56
1 changed files with 2 additions and 2 deletions
|
@ -557,5 +557,5 @@ try:
|
||||||
except docker.errors.ImageNotFound:
|
except docker.errors.ImageNotFound:
|
||||||
pytest.exit("The docker image 'nginxproxy/nginx-proxy:test' is missing")
|
pytest.exit("The docker image 'nginxproxy/nginx-proxy:test' is missing")
|
||||||
|
|
||||||
if Version(docker.__version__) < Version("5.0.0"):
|
if Version(docker.__version__) < Version("7.0.0"):
|
||||||
pytest.exit("This test suite is meant to work with the python docker module v5.0.0 or later")
|
pytest.exit("This test suite is meant to work with the python docker module v7.0.0 or later")
|
||||||
|
|
Loading…
Reference in a new issue