diff options
Diffstat (limited to 'debian/patches/fix-pytest.ini.patch')
-rw-r--r-- | debian/patches/fix-pytest.ini.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/patches/fix-pytest.ini.patch b/debian/patches/fix-pytest.ini.patch new file mode 100644 index 0000000..ce679d5 --- /dev/null +++ b/debian/patches/fix-pytest.ini.patch @@ -0,0 +1,10 @@ +Description: Fix pytest.ini +Author: Thomas Goirand <zigo@debian.org> +Forwarded: not-needed +Last-Update: 2024-02-26 + +--- a/pytest.ini 2024-02-26 09:30:02.988708182 +0100 ++++ b/pytest.ini 2024-02-26 09:38:43.060635287 +0100 +@@ -1,2 +1 @@ + [pytest] +-addopts = --cov-report term --cov-report html --cov-report xml --cov-report term-missing --cov=netaddr --cov-branch --doctest-modules --doctest-glob="*.rst" |