ci(pytest): pin pytest version at 6.2.5.

This commit is contained in:
zhongwencool 2022-02-07 17:23:13 +08:00
parent 3036f02963
commit 51ed6abcd6
1 changed files with 1 additions and 1 deletions

View File

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