Skip to content

Commit

Permalink
suppress warnings temporarily in CI part 4, pathlib detail
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Oct 17, 2024
1 parent 8442785 commit 1e0e354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest_exs/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_notebooks(notebook):
ipython = bin_path / "ipython"
assert ipython.exists(), f"ipython not found at: {ipython}"

if "06" == str(notebook)[0:2]:
if "06" == str(notebook.name)[0:2]:
cmd = ["ipython", "-Wignore", str(nb_py)]
else:
cmd = ["ipython", str(nb_py)]
Expand Down

0 comments on commit 1e0e354

Please sign in to comment.