about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-celery/no-celery.patch
blob: 65337489883ceaa39a76f5545004cb2455c25275 (plain) (blame)
1
2
3
4
5
6
7
8
9
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']
+[]