1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-23 17:28:14 +00:00

ci: bump python module docker version check

ci: bump python module docker version check
This commit is contained in:
Niek 2024-12-18 11:35:01 +01:00
parent 92eb45f0ec
commit 142a159d56

View File

@ -557,5 +557,5 @@ try:
except docker.errors.ImageNotFound:
pytest.exit("The docker image 'nginxproxy/nginx-proxy:test' is missing")
if Version(docker.__version__) < Version("5.0.0"):
pytest.exit("This test suite is meant to work with the python docker module v5.0.0 or later")
if Version(docker.__version__) < Version("7.0.0"):
pytest.exit("This test suite is meant to work with the python docker module v7.0.0 or later")