From 347681ef74c4787052b442b5f6e60c3baa8b20f2 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 3 Mar 2014 12:30:58 -0600 Subject: [PATCH] sorl: Describe test failures --- pkgs/top-level/python-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index fef5a7aac23..4e444d939fd 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -6609,6 +6609,7 @@ pythonPackages = modules // import ./python-packages-generated.nix { sha256 = "050b9kzbx7jvs3qwfxxshhis090hk128maasy8pi5wss6nx5kyw4"; }; + # Disabled due to an improper configuration error when tested against django. This looks like something broken in the test cases for sorl. doCheck = false; meta = {