From 8ffdcdb6f6cd595c9efedd0d02e351e88c19147b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 19:45:10 +0200 Subject: Adding debian version 0.10.1-1. Signed-off-by: Daniel Baumann --- debian/patches/fix-pytest.ini.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/patches/fix-pytest.ini.patch (limited to 'debian/patches/fix-pytest.ini.patch') 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 +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" -- cgit v1.2.3