diff --git a/pyproject.toml b/pyproject.toml index 057345b..6912f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,4 +19,5 @@ line-length = 120 target-version = "py311" [tool.pytest.ini_options] -python_functions = "test_* setup_*" \ No newline at end of file +python_functions = "test_* setup_*" +norecursedirs = "previous-work src" \ No newline at end of file