Skip to content

Commit

Permalink
Merge pull request pytest-dev#11322 from bluetech/testing-norecursedirs
Browse files Browse the repository at this point in the history
testing: add `.*` to `norecursedirs`
  • Loading branch information
bluetech committed Aug 20, 2023
2 parents 0ddfdfc + 3cb3cd1 commit 37bb186
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ python_classes = ["Test", "Acceptance"]
python_functions = ["test"]
# NOTE: "doc" is not included here, but gets tested explicitly via "doctesting".
testpaths = ["testing"]
norecursedirs = ["testing/example_scripts"]
norecursedirs = [
"testing/example_scripts",
".*",
"build",
"dist",
]
xfail_strict = true
filterwarnings = [
"error",
Expand Down

0 comments on commit 37bb186

Please sign in to comment.