This commit is contained in:
Eric Soroos 2021-01-07 15:26:23 +01:00
parent a6fa139f62
commit 1d0149c369

View File

@ -24,7 +24,7 @@ def pytest_configure(config):
warnings.simplefilter("error")
try:
getattr(pytest.mark, "valgrind_known_error")
except:
except Exception:
config.addinivalue_line(
"markers",
"valgrind_known_error: Tests that have known issues with valgrind",