From 8b5f676563c47ee820a4e76a4ee164a90d1517ca Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 27 Nov 2018 20:20:59 -0500 Subject: [PATCH] tests: Exclude topotests from consideration When running make check, exclude the topotests directory from considertion. Signed-off-by: Donald Sharp --- tests/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/pytest.ini diff --git a/tests/pytest.ini b/tests/pytest.ini new file mode 100644 index 0000000000..3c436ed5dd --- /dev/null +++ b/tests/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +norecursedirs = topotests