Skip to content

Commit b449647

Browse files
committed
pytest should not collect notebooks under .ipynb_checkpoints
1 parent f4e0637 commit b449647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)