Skip to content

Commit

Permalink
Tell pytest not to scan the etc directory
Browse files Browse the repository at this point in the history
There are no tests in there and the config files confuse it.
  • Loading branch information
timj committed Mar 3, 2023
1 parent 8123665 commit 5a1c447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ exclude =
**/*/__init__.py,
**/*/version.py,
tests/.tests

[tool:pytest]
addopts = --ignore etc

0 comments on commit 5a1c447

Please sign in to comment.