python35Packages.celery: disable
Few tests fail with python35 (related to OrderedDict changes). setup.py file do not report this release as supporting python35 [1] [1] https://github.com/celery/celery/blob/f6aa74a0b5fdfae27169ab09f45cc82602d7012b/setup.py#L73-L75
This commit is contained in:
@@ -3227,7 +3227,7 @@ in modules // {
|
||||
name = "celery-${version}";
|
||||
version = "3.1.23";
|
||||
|
||||
disabled = pythonOlder "2.6";
|
||||
disabled = (pythonOlder "2.6") || isPy35;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/c/celery/${name}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user