From 0ecc5a0787851cbbfdf8a4d6d88e87aaf3ebf70d Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 5 Dec 2023 19:21:39 +0100 Subject: [PATCH] update norecursedirs so everything works again --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 887fa6c..b472bc9 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 recipes" \ No newline at end of file