File: report_xml.patch

package info (click to toggle)
anytree 2.13.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,012 kB
  • sloc: python: 3,966; makefile: 64
file content (12 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: python3-anytree/pyproject.toml
===================================================================
--- python3-anytree.orig/pyproject.toml
+++ python3-anytree/pyproject.toml
@@ -182,7 +182,6 @@ addopts = """
     --doctest-modules
     --ignore-glob=tests/testdata/*
     --log-level=INFO
-    --junitxml=report.xml
 """
 
 [tool.coverage.report]