tests: use $PYTHON instead of system python version to make scripts use venv
Forgetting to use $PYTHON and just calling the script as an executable will make it use the system version of python instead of the one running the tests, which has very little chance of a) being the right version and b) having the right packages installed.
Loading
Please register or sign in to comment