From de82646ab1936e0fcc2dbd6f498981b2a7b97f35 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:59:19 +0200 Subject: Adding debian version 2.4.0-1. Signed-off-by: Daniel Baumann --- debian/patches/use-pytest3.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/use-pytest3.patch (limited to 'debian/patches/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