diff --git a/pyproject.toml b/pyproject.toml index 63476de..775a583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = [ [project.optional-dependencies] test = [ - "pytest>=6.0", + "pytest>=8.0", "pytest-xdist>=2.5", "pytest-cov>=3.0", ] @@ -54,7 +54,7 @@ py-modules = [] [tool.pytest.ini_options] minversion = "8.0" testpaths = [ - "tests", + "basicrta/tests", ] [tool.black]