python-celery-batches/celery-fixtures.patch
Markéta Calábková 2ab223c95e
Some checks failed
obs/scm/build
update
2024-09-24 14:18:17 +02:00

13 lines
563 B
Diff

Index: celery-batches-0.9/t/integration/test_batches.py
===================================================================
--- celery-batches-0.9.orig/t/integration/test_batches.py
+++ celery-batches-0.9/t/integration/test_batches.py
@@ -6,6 +6,7 @@ from celery_batches import Batches, Simp
from celery import Celery, signals, states
from celery.app.task import Task
+from celery.contrib.pytest import *
from celery.contrib.testing.tasks import ping
from celery.contrib.testing.worker import TestWorkController
from celery.result import allow_join_result