forked from pool/python-celery
* See the changelog for in-depth details - Remove merged patches: * python37-1.patch * python37-2.patch * python37-3.patch * disable-pytest-log-capturing.patch * celery-no-redis.patch * relax-billiard-pin.patch - Rebase patch unpin-pytest.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=118
11 lines
286 B
Diff
11 lines
286 B
Diff
Index: celery-4.3.0/requirements/test.txt
|
|
===================================================================
|
|
--- celery-4.3.0.orig/requirements/test.txt
|
|
+++ celery-4.3.0/requirements/test.txt
|
|
@@ -1,4 +1,4 @@
|
|
case>=1.3.1
|
|
-pytest>=4.3.1,<4.4.0
|
|
+pytest>=4.3.1
|
|
boto3>=1.4.6
|
|
moto==1.3.7
|