diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 17:45:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 17:45:10 +0000 |
commit | 8ffdcdb6f6cd595c9efedd0d02e351e88c19147b (patch) | |
tree | e12756d71ec73654e58151fd2872cfc50456d5e0 /debian/patches | |
parent | Adding upstream version 0.10.1. (diff) | |
download | python-netaddr-debian.tar.xz python-netaddr-debian.zip |
Adding debian version 0.10.1-1.debian/0.10.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/fix-pytest.ini.patch | 10 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 11 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" diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..4e5575a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix-pytest.ini.patch |