diff --git a/pyproject.toml b/pyproject.toml index a2e342a..2de97e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,6 @@ addopts = [ "--cov-report=term-missing", "--cov-report=xml", "--cov-report=html", - "--doctest-modules", - "--doctest-glob='*.rst'", ] log_cli_level = "info" testpaths = "tests"