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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
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)