diff --git a/pyproject.toml b/pyproject.toml index 3062527..86e4b91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,10 +54,10 @@ py-modules = [] [tool.pytest.ini_options] minversion = "8.0" testpaths = [ - "tests", + "basicrta/tests", ] pythonpath = [ - "." + "../" ] [tool.black]