Package: kombu / 5.0.2-3

allow-any-version-of-pytest.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Allow any version of Pytest
Author: Antonio Terceiro <terceiro@debian.org>
Bug-Debian: https://bugs.debian.org/977069
Forwarded: no
Last-Update: 2021-01-04

--- kombu-5.0.2.orig/extra/requirements/test.txt
+++ kombu-5.0.2/extra/requirements/test.txt
@@ -1,5 +1,5 @@
 pytz>dev
 case>=1.5.2
-pytest<=5.3.5
+pytest
 pytest-sugar
 Pyro4
--- kombu-5.0.2.orig/requirements/test.txt
+++ kombu-5.0.2/requirements/test.txt
@@ -1,4 +1,4 @@
 pytz>dev
 case>=1.5.2
-pytest<=5.3.5
+pytest
 Pyro4