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 d0e0906 commit 92c4916Copy full SHA for 92c4916
test_notebooks.py
@@ -90,5 +90,5 @@ def reduce_notebook_load(path):
90
notebooks.append(reduce_notebook_load(n))
91
92
# testing all tests from the notebooks list
93
- pytest.main(["--nbval-lax", "--nbval-cell-timeout", "7200", "-vs"] + notebooks)
94
-
+ pytest_exit_code = pytest.main(["--nbval-lax", "--nbval-cell-timeout", "7200", "-vs"] + notebooks)
+ sys.exit(pytest_exit_code)
0 commit comments