Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: run pytest without arguments to avoid stdlib distutils being impo…
…rted distutils currently doesn't support pytest collection that doesn't start at least at the distutils dir or above (and not distutils/tests) since it requires the local distutils being imported before the tests are run, otherwise the stdlib distutils takes precedence. Adjust the pytest call to not pass a path to work around this. Since pytest currently fails to skip collecting venvs with mingw python (see pytest-dev/pytest#12544) move the venv to /tmp instead.
- Loading branch information