File: 0006-Remove-upper-version-cap-for-pytest.patch

package info (click to toggle)
celery 4.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,136 kB
  • sloc: python: 47,677; sh: 772; makefile: 226
file content (16 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Wed, 20 Jun 2018 19:11:12 +0200
Subject: Remove upper version cap for pytest.

---
 requirements/test.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/test.txt b/requirements/test.txt
index 19ad92e..0b61e93 100644
--- a/requirements/test.txt
+++ b/requirements/test.txt
@@ -1,2 +1,2 @@
 case>=1.3.1
-pytest>=3.0,<3.3
+pytest>=3.0