repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git]
/
pkgs
/
development
/
python-modules
/
pytest-celery
/
no-celery.patch
blob
65337489883ceaa39a76f5545004cb2455c25275
1
This plugin is needed to test celery itself, so it can't depend on celery.
2
3
--- a/setup.py
4
+++ b/setup.py
5
@@ -6,3 +6,3 @@ from distutils.core import setup
6
install_requires = \
7
-['celery >= 4.4.0']
8
+[]
9