forked from pool/python-celery-batches
Markéta Machová
f19c3369c8
- Update to 0.4 * Officially support Celery 5.0. Drop support for Celery < 4.4. * Drop support for Python < 3.6. - Add celery-fixtures.patch to fix the testsuite OBS-URL: https://build.opensuse.org/request/show/866850 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=9
14 lines
503 B
Diff
14 lines
503 B
Diff
Index: celery-batches-0.4/t/integration/test_batches.py
|
|
===================================================================
|
|
--- celery-batches-0.4.orig/t/integration/test_batches.py
|
|
+++ celery-batches-0.4/t/integration/test_batches.py
|
|
@@ -7,6 +7,8 @@ from celery import signals
|
|
from celery.app.task import Task
|
|
from celery.result import allow_join_result
|
|
from celery.contrib.testing.tasks import ping
|
|
+# some fixtures
|
|
+from celery.contrib.pytest import *
|
|
|
|
from .tasks import add, cumadd, Results
|
|
|