Skip to content

Commit 15e8a8f

Browse files
committed
🧪 Make pytest avoid any hidden directories
This fixes a warning emitted by Hypothesis v6.123.1 and higher [[1]]. [1]: https://hypothesis.rtfd.io/en/latest/changes.html#v6-123-1
1 parent b272cf7 commit 15e8a8f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎pytest.ini

+1-5
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ norecursedirs =
6666
dependencies
6767
dist
6868
docs
69-
.cache
70-
.eggs
71-
.git
72-
.github
73-
.tox
69+
.*
7470
*.egg
7571
*.egg-info
7672
*/*.egg-info

0 commit comments

Comments
 (0)