| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Python has venv in its standard library set, so using it instead of the
virtualenv package can make virtual environment deployment easier with
less dependencies used. The newer venv package is now used for both
compiled and interpreted workflows.
Instead of making virtual environments relocatable, they are
distributed with a generated requirements file which makes it possible
for them to be regenerated after relocation.
Fixes: QTBUG-104239
Pick-to: 6.8
Change-Id: I7795457be74637188ad1b1c448cca117491e4799
Reviewed-by: Dominik Holland <dominik.holland@qt.io>
|
| |
|
|
|
|
|
|
|
| |
The fix for python 3.11 doesn't work with python versions before 3.8
Pick-to: 6.7 6.6 6.5
Change-Id: Ibc4ea2e4da374110eeffb769c716084c1bdeb828
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
pkg_resources became deprecated from Python 3.11 in favor of using
importlib instead. The given deprecation warning even has the potential
to mess up version detection. The given solution using importlib is
functionally equvivalent to the old implementation.
Pick-to: 6.6
Change-Id: I6815b56e2389b85c11f3fc38ab0d7171b7f810ca
Reviewed-by: Dominik Holland <dominik.holland@qt.io>
|
| |
|
|
|
|
|
|
| |
Also change the configure check to allow newer releases
of qface, instead of expecting the exact version.
Change-Id: I7376ee4b8d8ec08e6a3023c86bbf366f7f8269c9
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|
|
|
This is a follow-up of the previous commit.
Task-number: AUTOSUITE-1633
Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|