mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
feck8
This commit is contained in:
parent
a6fa139f62
commit
1d0149c369
|
@ -24,7 +24,7 @@ def pytest_configure(config):
|
||||||
warnings.simplefilter("error")
|
warnings.simplefilter("error")
|
||||||
try:
|
try:
|
||||||
getattr(pytest.mark, "valgrind_known_error")
|
getattr(pytest.mark, "valgrind_known_error")
|
||||||
except:
|
except Exception:
|
||||||
config.addinivalue_line(
|
config.addinivalue_line(
|
||||||
"markers",
|
"markers",
|
||||||
"valgrind_known_error: Tests that have known issues with valgrind",
|
"valgrind_known_error: Tests that have known issues with valgrind",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user