diff --git a/pyproject.toml b/pyproject.toml index 3dc1d49c..aa7c651d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"