Skip to content

Commit

Permalink
disable doctests in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 25, 2024
1 parent ed1e708 commit 0c9c278
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 @@ -99,7 +99,7 @@ python = ["3.8", "3.9", "3.10", "3.11", "3.12"]

[tool.pytest.ini_options]
minversion = "6.0"
addopts = ["--doctest-modules", "--doctest-continue-on-failure"]
# addopts = ["--doctest-modules", "--doctest-continue-on-failure"]
pythonpath = ["src"]
testpaths = ["src"]

Expand Down

0 comments on commit 0c9c278

Please sign in to comment.