From 81fe94de6e2261ba75c65233ba8dfbae7180640d Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 13 May 2019 13:13:36 -0600 Subject: TST: Register markers in conftest.py. Register the markers 'slow' and 'valgrind' in the `conftest.py` file instead of `pytest.ini` as the latter file is not always present. --- pytest.ini | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 1ddfb6009..4748e3575 100644 --- a/pytest.ini +++ b/pytest.ini @@ -24,7 +24,3 @@ filterwarnings = env = PYTHONHASHSEED=0 - -markers = - valgrind_error: Known to cause errors under valgrind - slow: Tests which are slow -- cgit v1.2.1