ci: delete temp fix code

This commit is contained in:
Zaiming (Stone) Shi 2023-06-21 16:41:11 +02:00
parent 7cf8a6c892
commit fe1cc5ca92
1 changed files with 1 additions and 5 deletions

View File

@ -18,11 +18,7 @@ else
fi fi
apk update && apk add git curl apk update && apk add git curl
## Use 5.1.0 to bypass the newly added test cases in git clone -b develop-5.0 https://github.com/emqx/paho.mqtt.testing.git /paho.mqtt.testing
## 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
pip install pytest==7.1.2 pytest-retry pip install pytest==7.1.2 pytest-retry