From 7fb5312be3190306eaebf92b30c339c486c074cd Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 9 Feb 2021 14:03:38 +0000 Subject: [PATCH] Unpin virtualenv version This is required to allow the latest cryptography wheel to be installed from pypi Change-Id: I351b3f2ae458abc14a899768a04999ca10c86ea4 --- run_tests_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests_common.sh b/run_tests_common.sh index f3559ff4..0f8badf2 100755 --- a/run_tests_common.sh +++ b/run_tests_common.sh @@ -78,7 +78,7 @@ if [[ "${ID,,}" == "centos" ]] && [[ ${VERSION_ID} == "8" ]]; then fi # Install bindep and tox -sudo "${PIP_EXEC_PATH}" install 'bindep>=2.4.0' tox 'virtualenv<20.2.2' +sudo "${PIP_EXEC_PATH}" install 'bindep>=2.4.0' tox if [[ "${ID,,}" == "fedora" ]]; then sudo dnf -y install redhat-lsb-core yum-utils