#3789 runtests: Allow usage of virtual environments
Merged by pingou. Opened by apuimedo.
apuimedo/pagure py3env  into  master

Download 3789.patch

Currently the python3 interpreter location is hardcoded in the shebang.
This is problematic when running the tests in distros that place it
elsewhere or when leveraging virtualenvs to run the tests. With the
proposed change we just rely on python3 being in the environment.

Signed-off-by: Antoni Segura Puimedon celebdor@gmail.com

Wfm, let's merge this :)

Commit 79d5c3cc fixes this pull-request

Pull-Request has been merged by pingou

Metadata