Skip to content

Commit

Permalink
Now pytest avoids running .ipynb_checkpoints folders.
Browse files Browse the repository at this point in the history
(should have done that waaaay sooner)
  • Loading branch information
christophe-david committed May 9, 2022
1 parent 4f6f252 commit db73385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ line-length = 100
minversion = "6.0"
addopts = "--cov fastoad --cov-report term-missing --cov-report html --verbose"
testpaths = ["src", "tests"]
norecursedirs = ["dist", "build", ".tox"]
norecursedirs = ["dist", "build", ".tox", ".ipynb_checkpoints"]

[tool.coverage.run]
branch = true
Expand Down

0 comments on commit db73385

Please sign in to comment.