diff --git a/pyproject.toml b/pyproject.toml index ac1d49a94..7782fc678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,13 +24,10 @@ profile = "black" [tool.pytest.ini_options] addopts = "-rsxX -v --strict-markers" minversion = "6.0" -preview = true testpaths = [ "tests", ] -target-version = "py311" - [tool.ruff] exclude = [ ".git",