Loading ci-support.sh +4 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,10 @@ build_py_project() test_py_project() { $PY_EXE -m pip install pytest $PY_EXE -m pip install pytest pytest-github-actions-annotate-failures # Needed for https://github.com/utgwkk/pytest-github-actions-annotate-failures export PYTEST_RUN_PATH=test # pytest-xdist fails on pypy with: ImportError: cannot import name '_psutil_linux' # AK, 2020-08-20 Loading Loading
ci-support.sh +4 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,10 @@ build_py_project() test_py_project() { $PY_EXE -m pip install pytest $PY_EXE -m pip install pytest pytest-github-actions-annotate-failures # Needed for https://github.com/utgwkk/pytest-github-actions-annotate-failures export PYTEST_RUN_PATH=test # pytest-xdist fails on pypy with: ImportError: cannot import name '_psutil_linux' # AK, 2020-08-20 Loading