Don't let pytest discover tests from test_cmake_build and test_embed

pytest raises an error if it recurses into these directories.
This commit is contained in:
Dean Moldovan 2017-06-09 15:33:09 +02:00
parent 74b501cd85
commit 17cc39c818

View File

@ -1,5 +1,6 @@
[pytest]
minversion = 3.0
norecursedirs = test_cmake_build test_embed
addopts =
# show summary of skipped tests
-rs