From fe1cc5ca92efbb165f4dd14cc25fb543f1facbfb Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 21 Jun 2023 16:41:11 +0200 Subject: [PATCH] ci: delete temp fix code --- .ci/docker-compose-file/python/pytest.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.ci/docker-compose-file/python/pytest.sh b/.ci/docker-compose-file/python/pytest.sh index 4df9d3a71..924c30212 100755 --- a/.ci/docker-compose-file/python/pytest.sh +++ b/.ci/docker-compose-file/python/pytest.sh @@ -18,11 +18,7 @@ else fi apk update && apk add git curl -## Use 5.1.0 to bypass the newly added test cases in -## https://github.com/emqx/paho.mqtt.testing/pull/13 -## This is a temporary solution for 5.1.0 release. After 5.1.0 release, we should use -## the develop-5.0 branch -git clone -b 5.1.0 https://github.com/emqx/paho.mqtt.testing.git /paho.mqtt.testing +git clone -b develop-5.0 https://github.com/emqx/paho.mqtt.testing.git /paho.mqtt.testing pip install pytest==7.1.2 pytest-retry