From d455fa6f3c95a316d03a562f09160cad70bfc651 Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 23 Jul 2021 16:36:01 +0200 Subject: [PATCH] python3Packages.softlayer: remove duplicated checkInputs --- pkgs/development/python-modules/softlayer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/softlayer/default.nix b/pkgs/development/python-modules/softlayer/default.nix index d21311362716..f0ec10fafb94 100644 --- a/pkgs/development/python-modules/softlayer/default.nix +++ b/pkgs/development/python-modules/softlayer/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ ptable click requests prompt-toolkit pygments urllib3 ]; - checkInputs = [ pytest pytest-cov mock sphinx testtools ptable click requests prompt-toolkit pygments urllib3 ]; + checkInputs = [ pytest pytest-cov mock sphinx testtools ]; checkPhase = '' pytest