summaryrefslogtreecommitdiff
path: root/numpy/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/conftest.py')
-rw-r--r--numpy/conftest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/conftest.py b/numpy/conftest.py
index 7834dd39d..18d5d1ce9 100644
--- a/numpy/conftest.py
+++ b/numpy/conftest.py
@@ -17,6 +17,8 @@ def pytest_configure(config):
config.addinivalue_line("markers",
"valgrind_error: Tests that are known to error under valgrind.")
config.addinivalue_line("markers",
+ "leaks_references: Tests that are known to leak references.")
+ config.addinivalue_line("markers",
"slow: Tests that are very slow.")