aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2020-02-27 14:16:06 +0200
committerSimo Fält <simo.falt@qt.io>2020-02-27 18:28:52 +0200
commitbdb3a0de4934fe05fee8539b29cfb07a5693471e (patch)
treecead75f1992b16891352c7ebee2d709fdaf2261e
parent7e530a9f0499a156b6c298bae0779a24c43f92d4 (diff)
Update pyinstaller to 3.6
Change-Id: I691b2d10e1b274024b64c4fdfc72085d51196c39 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-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 5c20e9848..a1c634497 100644
--- a/coin_test_instructions.py
+++ b/coin_test_instructions.py
@@ -66,7 +66,7 @@ def call_testrunner(python_ver, buildnro):
rmtree(_env, True)
run_instruction(["virtualenv", "-p", _pExe, _env], "Failed to create virtualenv")
# Keeping PyInstaller 3.4, because 3.5 seems to have broken our test
- install_pip_dependencies(env_pip, ["pip", "numpy", "PyOpenGL", "setuptools", "six", "pyinstaller==3.4", "wheel"])
+ install_pip_dependencies(env_pip, ["pip", "numpy", "PyOpenGL", "setuptools", "six", "pyinstaller==3.6", "wheel"])
cmd = [env_python, "testrunner.py", "test",
"--blacklist", "build_history/blacklist.txt",
"--buildno=" + buildnro]