Commit a4573f28 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add pytest-github-actions-annotate-failures

parent 80eadd7f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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