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 011684f commit 2e915b1Copy full SHA for 2e915b1
tox.ini
@@ -35,7 +35,7 @@ commands =
35
# Ignore testing the tutorials listed in ignore_testing file
36
!buildhtml: bash -c 'find tutorials -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
37
38
- !buildhtml: pytest --nbval-lax --durations=10 tutorials
+ !buildhtml: pytest --nbval-lax -vv --durations=10 tutorials
39
buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=auto -nT --keep-going
40
41
pip_pre =
0 commit comments