From 15190508ec91a4a73fcb94d85cf5618b67ad8d4f Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 5 Dec 2023 18:08:02 +0100 Subject: [PATCH] remove norecursedirs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6912f0b..b86261d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,4 +20,4 @@ target-version = "py311" [tool.pytest.ini_options] python_functions = "test_* setup_*" -norecursedirs = "previous-work src" \ No newline at end of file +# norecursedirs = "previous-work src" \ No newline at end of file