Skip to content

Commit 17cc39c

Browse files
committed
Don't let pytest discover tests from test_cmake_build and test_embed
pytest raises an error if it recurses into these directories.
1 parent 74b501c commit 17cc39c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[pytest]
22
minversion = 3.0
3+
norecursedirs = test_cmake_build test_embed
34
addopts =
45
# show summary of skipped tests
56
-rs

0 commit comments

Comments
 (0)