Commit 17cc39c8 by Dean Moldovan

Don't let pytest discover tests from test_cmake_build and test_embed

pytest raises an error if it recurses into these directories.
parent 74b501cd
[pytest] [pytest]
minversion = 3.0 minversion = 3.0
norecursedirs = test_cmake_build test_embed
addopts = addopts =
# show summary of skipped tests # show summary of skipped tests
-rs -rs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment