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] f6aa74a0b5/setup.py (L73-L75)
This commit is contained in:
Lancelot SIX 2016-08-01 21:18:16 +02:00
parent 853209dde9
commit abc85a9601
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -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";