pythonPackages.pytest-celery: init at 0.0.0a1

This commit is contained in:
Orivej Desh
2020-12-07 10:57:16 +00:00
parent 95f108391d
commit abf8d39026
3 changed files with 32 additions and 0 deletions
@@ -0,0 +1,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']
+[]