Skip to content

Commit

Permalink
DX: do not run notebooks in temp dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Feb 12, 2024
1 parent 6e21115 commit e85a758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ filterwarnings = [
]
markers = ["slow: marks tests as slow (select with '-m slow')"]
norecursedirs = [
".ipynb_checkpoints",
".virtual_documents",
"_build",
"docs/api",
"tests/output",
Expand Down

0 comments on commit e85a758

Please sign in to comment.