File: fix-pytest.ini.patch

package info (click to toggle)
python-netaddr 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,912 kB
  • sloc: xml: 8,264; python: 6,697; makefile: 198; sh: 5
file content (10 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Description: Fix pytest.ini
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2024-02-26

--- a/pytest.ini
+++ b/pytest.ini
@@ -1,2 +1 @@
 [pytest]
-addopts = --doctest-modules --doctest-glob="*.rst"