Skip to content

Commit a74d13d

Browse files
authored
Merge pull request #66 from danielballan/avoid-ipynb-notebooks
pytest should not collect notebooks under .ipynb_checkpoints
2 parents f4e0637 + b449647 commit a74d13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
norecursedirs = _build
2+
norecursedirs = _build .ipynb_checkpoints

0 commit comments

Comments
 (0)