Browse Source
When looking for a pytest executable we should be looking for the ones that `pip` installs in a virtualenv (`pytest` and `py.test`) before we look for the ones that `apt` installs system-wide (`pytest3` and `py.test3`) because these may not be part of the virtualenv that all other packages are installed in.ppa
Christian Decker
4 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue