1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00

ci: update contest.py

This commit is contained in:
Nicolas Duchon 2021-08-02 14:48:40 +02:00
parent ce4ce0676a
commit 90a7218622
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

View File

@ -488,5 +488,5 @@ try:
except docker.errors.ImageNotFound:
pytest.exit("The docker image 'nginxproxy/nginx-proxy:test' is missing")
if docker.__version__ != "4.4.4":
pytest.exit("This test suite is meant to work with the python docker module v4.4.4")
if docker.__version__ != "5.0.0":
pytest.exit("This test suite is meant to work with the python docker module v5.0.0")