From 51ed6abcd60ee5874947794d4c985d4c3e840749 Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Mon, 7 Feb 2022 17:23:13 +0800 Subject: [PATCH] ci(pytest): pin pytest version at 6.2.5. --- .ci/docker-compose-file/python/pytest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker-compose-file/python/pytest.sh b/.ci/docker-compose-file/python/pytest.sh index eacbecc3b..0189c86ba 100755 --- a/.ci/docker-compose-file/python/pytest.sh +++ b/.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=$?