forked from pool/python-celery
- Replace no-async.patch with three Python 3.7 patches merged upstream python37-1.patch, python37-2.patch & python37-3.patch - Replace sed invocation with unpin-pytest.patch for clarity OBS-URL: https://build.opensuse.org/request/show/677998 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=114
7 lines
215 B
Diff
7 lines
215 B
Diff
--- celery-4.2.1/requirements/test.txt.orig 2019-02-21 17:43:53.252577134 +0700
|
|
+++ celery-4.2.1/requirements/test.txt 2019-02-21 17:44:02.860644766 +0700
|
|
@@ -1,2 +1,2 @@
|
|
case>=1.3.1
|
|
-pytest>=3.0,<3.3
|
|
+pytest>=3.0
|