Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 82882d4

Browse files
committed
excuse to trigger circleci
1 parent 9cf0101 commit 82882d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/test_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
def test_build_notebooks():
2323
ensure_build_directory()
2424
cmd = str(TOP_DIR / "build.py")
25-
cmdargs = [cmd, "--no-sphinx", "--config",
25+
cmdargs = [cmd, "--no-sphinx", "--rebuild-all", "--config",
2626
str(TOP_DIR / "build.yml"), "-vv"]
2727
if g_kernel:
2828
cmdargs.append(f"--kernel={g_kernel}")

tests/test_tutorials.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"""
1414
Tests that tutorials run.
1515
16+
*** NOTE: These tutorials have been deprecated. The tests are not run.
17+
1618
Author: Andrew Lee
1719
Modified by: Dan Gunter (to run in `examples` context)
1820
"""

0 commit comments

Comments
 (0)