From 32a000d14361b76a22f0db8d22553d7fa2a1b40c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:27:44 +0200 Subject: Adding debian version 2.2.0-1. Signed-off-by: Daniel Baumann --- debian/patches/series | 1 + debian/patches/use-pytest3.patch | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 debian/patches/series create mode 100644 debian/patches/use-pytest3.patch (limited to 'debian/patches') diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..a1da758 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +use-pytest3.patch diff --git a/debian/patches/use-pytest3.patch b/debian/patches/use-pytest3.patch new file mode 100644 index 0000000..9b65c14 --- /dev/null +++ b/debian/patches/use-pytest3.patch @@ -0,0 +1,15 @@ +Description: call pytest-3 instead of pytest +Author: gustavo panizzo +Last-Update: 2022-05-17 +Origin: vendor +--- a/Makefile ++++ b/Makefile +@@ -8,7 +8,7 @@ test: test.unit test.integration + + .PHONY: test.unit + test.unit: +- pytest ++ pytest-3 + + .PHONY: test.integration + test.integration: -- cgit v1.2.3