From 11c6dedbb7ecedfb858aaf1688988940ffc8095a Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 12 Dec 2024 14:02:55 +0200 Subject: [PATCH] :wrench: Remove pytest.ini_options config from main pyproject.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) 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"