Skip to content

Commit ac6a1b6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for file in ${files_to_process}; do
2727
notebook_files+=("${notebook_file}")
2828
done
2929

30-
pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10
30+
pytest --nbval-lax -vv -k 'not .ipynb_checkpoints' --suppress-no-test-exit-code --durations=10
3131

3232
_exitval="$?"
3333

0 commit comments

Comments
 (0)