소스 검색

ci: update contest.py

Nicolas Duchon 3 년 전
부모
커밋
90a7218622
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test/conftest.py

+ 2 - 2
test/conftest.py

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