summary refs log tree commit diff
path: root/pkgs/development/python-modules/cheroot
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-04-20 13:08:45 +0200
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-04-20 13:08:45 +0200
commit610ca3b95a73393cb896e8558335dda657d75664 (patch)
treed4595f0d64124401ab81901074c8c51945af364a /pkgs/development/python-modules/cheroot
parent2446ff2aacdd559e9787d9dabe6026d410fd2503 (diff)
downloadnixpkgs-610ca3b95a73393cb896e8558335dda657d75664.tar
nixpkgs-610ca3b95a73393cb896e8558335dda657d75664.tar.gz
nixpkgs-610ca3b95a73393cb896e8558335dda657d75664.tar.bz2
nixpkgs-610ca3b95a73393cb896e8558335dda657d75664.tar.lz
nixpkgs-610ca3b95a73393cb896e8558335dda657d75664.tar.xz
nixpkgs-610ca3b95a73393cb896e8558335dda657d75664.tar.zst
nixpkgs-610ca3b95a73393cb896e8558335dda657d75664.zip
python.pkgs.cheroot: clean up checkInputs
Diffstat (limited to 'pkgs/development/python-modules/cheroot')
-rw-r--r--pkgs/development/python-modules/cheroot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cheroot/default.nix b/pkgs/development/python-modules/cheroot/default.nix
index d1ecfcc5c89..7aa01623b08 100644
--- a/pkgs/development/python-modules/cheroot/default.nix
+++ b/pkgs/development/python-modules/cheroot/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchPypi, buildPythonPackage
 , more-itertools, six
-, coverage, codecov, pytest, pytestcov, pytest-sugar, portend
+, pytest, pytestcov, portend
 , backports_unittest-mock, setuptools_scm }:
 
 buildPythonPackage rec {
@@ -16,7 +16,7 @@ buildPythonPackage rec {
 
   buildInputs = [ setuptools_scm ];
 
-  checkInputs = [ coverage codecov pytest pytestcov pytest-sugar portend backports_unittest-mock  ];
+  checkInputs = [ pytest pytestcov portend backports_unittest-mock ];
 
   checkPhase = ''
     py.test cheroot