We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e0637 commit ac6a1b6Copy full SHA for ac6a1b6
test.sh
@@ -27,7 +27,7 @@ for file in ${files_to_process}; do
27
notebook_files+=("${notebook_file}")
28
done
29
30
-pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10
+pytest --nbval-lax -vv -k 'not .ipynb_checkpoints' --suppress-no-test-exit-code --durations=10
31
32
_exitval="$?"
33
0 commit comments