aboutsummaryrefslogtreecommitdiffstats
path: root/coin_test_instructions.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-01-05 15:26:23 +0200
committerSimo Fält <simo.falt@qt.io>2022-01-07 13:07:42 +0000
commit9282e03de471bb3772c8d3997159e49c113d7678 (patch)
tree7c79cfcab8714d49c8564e21d05f53a50aea86eb /coin_test_instructions.py
parenta6c0fab89ef9382c85f05329983128877dad50bf (diff)
Enable 5.15.2.1 fix releasev5.15.2.15.15.2
Update qt5 dependency Disable not needed platform configurations Update virtualenv version Update wheel names Disable test asserting patch level version being int Change-Id: I4215deb96c69f43bc4bfc458ed20f1254f4383e2 Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'coin_test_instructions.py')
-rw-r--r--coin_test_instructions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_test_instructions.py b/coin_test_instructions.py
index 467f58d19..6f3306bcd 100644
--- a/coin_test_instructions.py
+++ b/coin_test_instructions.py
@@ -67,7 +67,7 @@ def call_testrunner(python_ver, buildnro):
_pExe, _env, env_pip, env_python = get_qtci_virtualEnv(python_ver, CI_HOST_OS, CI_HOST_ARCH, CI_TARGET_ARCH)
rmtree(_env, True)
# Pinning the virtualenv before creating one
- run_instruction(["pip", "install", "--user", "virtualenv==20.0.25"], "Failed to pin virtualenv")
+ run_instruction(["pip", "install", "--user", "virtualenv==20.7.2"], "Failed to pin virtualenv")
# installing to user base might not be in PATH by default.
env_path = os.path.join(site.USER_BASE, "bin")
v_env = os.path.join(env_path, "virtualenv")