linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / python-modules / pytest-celery / no-celery.patch
blob65337489883ceaa39a76f5545004cb2455c25275
1 This plugin is needed to test celery itself, so it can't depend on celery.
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 +[]