forked from pool/python-celery
- update to 4.4.0 * Python 3.4 drop * Replace deprecated PyMongo methods usage * Avoid serializing datetime * fixed call for null args * Fix termination of asyncloop * Python 3.8 * Fix a race condition when publishing a very large chord header - Drop unneeded patch pytest5.patch - Reapplied unpin-pytest.patch OBS-URL: https://build.opensuse.org/request/show/767588 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=126
12 lines
300 B
Diff
12 lines
300 B
Diff
Index: celery-4.4.0/requirements/test.txt
|
|
===================================================================
|
|
--- celery-4.4.0.orig/requirements/test.txt
|
|
+++ celery-4.4.0/requirements/test.txt
|
|
@@ -1,5 +1,5 @@
|
|
case>=1.3.1
|
|
-pytest>=4.6.0,<5.0.0
|
|
+pytest>=4.6.0
|
|
boto3>=1.9.178
|
|
moto==1.3.7
|
|
pre-commit
|