mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
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:
parent
74b501cd85
commit
17cc39c818
@ -1,5 +1,6 @@
|
||||
[pytest]
|
||||
minversion = 3.0
|
||||
norecursedirs = test_cmake_build test_embed
|
||||
addopts =
|
||||
# show summary of skipped tests
|
||||
-rs
|
||||
|
Loading…
Reference in New Issue
Block a user