Explorar o código

ci(pytest): pin pytest version at 6.2.5.

zhongwencool %!s(int64=4) %!d(string=hai) anos
pai
achega
51ed6abcd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .ci/docker-compose-file/python/pytest.sh

+ 1 - 1
.ci/docker-compose-file/python/pytest.sh

@@ -10,7 +10,7 @@ LB="haproxy"
 
 apk update && apk add git curl
 git clone -b develop-4.0 https://github.com/emqx/paho.mqtt.testing.git /paho.mqtt.testing
-pip install pytest
+pip install pytest==6.2.5
 
 pytest -v /paho.mqtt.testing/interoperability/test_client/V5/test_connect.py -k test_basic --host "$LB"
 RESULT=$?