From fbf28ae0c581dbaf91b39f5ecadccafdf3aa5e34 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 15 Nov 2024 03:49:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Drop=20junitxml=20arg=20from=20p?= =?UTF-8?q?ytest=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pytest.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/pytest.ini b/pytest.ini index 15884155..a72621e7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -18,9 +18,6 @@ addopts = # https://docs.pytest.org/en/stable/doctest.html --doctest-modules - # Dump the test results in junit format: - --junitxml=junit-test-results.xml - # Pre-load the `pytest-cov` plugin early: -p pytest_cov