We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f19dae commit 96a40bdCopy full SHA for 96a40bd
pytest.ini
@@ -24,3 +24,7 @@ filterwarnings =
24
25
env =
26
PYTHONHASHSEED=0
27
+
28
+markers =
29
+ valgrind_error: Known to cause errors under valgrind
30
+ slow: Tests which are slow
0 commit comments