mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-03 14:03:30 +08: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]
|
[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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user