Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/run-test.sh: Fall back from pytest-3 to pytest
Back in a time of transition from Python 2 to 3, pytest-3 was an indicator to use the Python 3 edition. However, this is no longer the case, and if pytest-3 still exists, it's only for compatibility reasons. Fall back to the canonical pytest if pytest-3 doesn't exist. This is the same behavior as in our meson.build.
- Loading branch information