Procházet zdrojové kódy

Merge pull request #6920 from thalesmg/ci-pin-pytest

ci(pytest): pin pytest version at 6.2.5
Zaiming (Stone) Shi před 4 roky
rodič
revize
add2f62824
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .ci/docker-compose-file/python/pytest.sh

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

@@ -19,7 +19,7 @@ fi
 
 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 "$TARGET_HOST"
 RESULT=$?