From fcaae4fc356adf6ca8c9708fa7939a0a97cffd92 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Fri, 31 Aug 2018 13:09:39 -0400 Subject: [PATCH] pythonPackages.hyperlink: don't create .pytest_cache --- pkgs/development/python-modules/hyperlink/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/hyperlink/default.nix b/pkgs/development/python-modules/hyperlink/default.nix index 53a245c45dcf..2e2e4e1cb774 100644 --- a/pkgs/development/python-modules/hyperlink/default.nix +++ b/pkgs/development/python-modules/hyperlink/default.nix @@ -11,12 +11,6 @@ buildPythonPackage rec { propagatedBuildInputs = [ idna ]; - checkInputs = [ pytest ]; - - checkPhase = '' - py.test $out - ''; - meta = with stdenv.lib; { description = "A featureful, correct URL for Python"; license = licenses.mit;