From 7a926db2ce76bc12843956ca0d996c5537882208 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 25 Oct 2015 08:50:30 +0100 Subject: python zope-testrunner: Disabled for Python 3.5 --- pkgs/top-level/python-packages.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs') diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index ce3314057491..a4944d4a9e5f 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -16793,6 +16793,9 @@ let license = licenses.zpt20; maintainers = with maintainers; [ goibhniu ]; }; + + # Python 3.5 is not yet supported. + disabled = isPy35; }; -- cgit 1.4.1