summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-celery/no-celery.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pytest-celery/no-celery.patch')
-rw-r--r--pkgs/development/python-modules/pytest-celery/no-celery.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/pytest-celery/no-celery.patch b/pkgs/development/python-modules/pytest-celery/no-celery.patch
deleted file mode 100644
index 65337489883..00000000000
--- a/pkgs/development/python-modules/pytest-celery/no-celery.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-This plugin is needed to test celery itself, so it can't depend on celery.
-
---- a/setup.py
-+++ b/setup.py
-@@ -6,3 +6,3 @@ from distutils.core import setup
- install_requires = \
--['celery >= 4.4.0']
-+[]
-