From 0c9c27869dca64896d7dcf1c04739c617ee2b2e7 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Mon, 25 Mar 2024 12:11:32 +1100 Subject: [PATCH] disable doctests in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4887bc..66583e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]