Skip to content

Commit

Permalink
Revert "Ensure doctests are run"
Browse files Browse the repository at this point in the history
This reverts commit 10ec666.
  • Loading branch information
marcelm committed Dec 13, 2024
1 parent 647c442 commit b3a1620
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ cutadapt = ["*.pyx", "*.c", "*.h"]
filterwarnings = [
"error",
]
testpaths = ["tests", "src"]
testpaths = ["tests"]
xfail_strict = true
addopts = "--doctest-modules"

[tool.setuptools_scm]
write_to = "src/cutadapt/_version.py"
Expand Down

0 comments on commit b3a1620

Please sign in to comment.