소스 검색

ci: bump python module docker version check

ci: bump python module docker version check
Niek 5 달 전
부모
커밋
142a159d56
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test/conftest.py

+ 2 - 2
test/conftest.py

@@ -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")