Use python3 instead of python

This is necessary on RHEL 8.
This commit is contained in:
Nikita Popov 2025-08-05 10:13:07 +02:00
commit f2da47a2ca

View file

@ -25,6 +25,6 @@ run_test() {
run_test
# Now try again inside virtualenv
python -m venv venv
python3 -m venv venv
source ./venv/bin/activate
run_test