From 17cc39c818ecc59180a7ad6be659cbeeeb83d9a1 Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Fri, 9 Jun 2017 15:33:09 +0200 Subject: [PATCH] Don't let pytest discover tests from test_cmake_build and test_embed pytest raises an error if it recurses into these directories. --- tests/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest.ini b/tests/pytest.ini index cd6da3af..1e44f0a0 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,5 +1,6 @@ [pytest] minversion = 3.0 +norecursedirs = test_cmake_build test_embed addopts = # show summary of skipped tests -rs