| # show summary of all tests that did not pass |
| # Make tracebacks shorter |
| # capture only Python print and C++ py::print, but not C output (low-level Python errors) |
| # don't suppress warnings, but don't shove them all to the end either |
| # Use custom pytest shard located in test/pytest_shard_custom.py instead |
| # don't rewrite assertions (usually not a problem in CI due to differences in imports, see #95844) |
| junit_logging_reruns = all |
| ignore:Module already imported so cannot be rewritten.*hypothesis:pytest.PytestAssertRewriteWarning |