Skip to content

Commit

Permalink
doctest_plus = "enabled"
Browse files Browse the repository at this point in the history
text_file_format = "rst"
addopts = "--doctest-rst"
is preventing me from running pytest
  • Loading branch information
rstrub committed Dec 6, 2023
1 parent 0a8aee2 commit 011ab4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ testpaths = [
"hermes_eea/tests",
"docs"
]
doctest_plus = "enabled"
text_file_format = "rst"
addopts = "--doctest-rst"

[tool.coverage.run]
omit = [
Expand Down

0 comments on commit 011ab4b

Please sign in to comment.