From 05b7ad66123cd68cd0f248bba4cf588abb49f965 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 23 Jan 2016 17:08:38 +0100 Subject: [PATCH] pythonPackages.py: Disable tests due to circular dependency Since we weren't invoking the correct test runner (py.test) the tests weren't actually ran. Nevertheless, we won't be possible to run them because of a circular dependency so let's disable them. --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index ef5431d43b0f..bae0cffcba46 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -14943,8 +14943,8 @@ in modules // { sha256 = "a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114"; }; - # some weird errors with paths - # doCheck = !isPy3k; + # Circular dependency on pytest + doCheck = false; meta = { description = "Library with cross-python path, ini-parsing, io, code, log facilities";