mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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:
parent
853209dde9
commit
abc85a9601
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user