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

pytest: set xfail_strict

parent 20a89242
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -432,7 +432,7 @@ test_py_project()
      --tb=native  \
      --junitxml=pytest.xml \
      $DOCTEST_MODULES_FLAG \
      -rxsw \
      -rxsw -o xfail_strict=True \
      $PYTEST_FLAGS $PYTEST_PARALLEL_FLAGS $TESTABLES )
}