diff --git a/pyproject.toml b/pyproject.toml index c0353eff8..231319b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,3 @@ omit = ["*/tests/*"] [tool.isort] profile = "black" - -[tool.pytest.ini_options] -addopts = "--junitxml=junit.xml -p no:cacheprovider --cov-report=xml --cov-report=term" -junit_family = "xunit2"