summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/parse-type/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/parse-type/default.nix')
-rw-r--r--pkgs/development/python-modules/parse-type/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/parse-type/default.nix b/pkgs/development/python-modules/parse-type/default.nix
index decb15ff5e6c..709b257e3375 100644
--- a/pkgs/development/python-modules/parse-type/default.nix
+++ b/pkgs/development/python-modules/parse-type/default.nix
@@ -1,6 +1,6 @@
{ lib, fetchPypi
, buildPythonPackage, pythonOlder
-, pytest, pytestrunner
+, pytest, pytest-runner
, parse, six, enum34
}:
@@ -13,7 +13,7 @@ buildPythonPackage rec {
sha256 = "02wclgiqky06y36b3q07b7ngpks5j0gmgl6n71ac2j2hscc0nsbz";
};
- checkInputs = [ pytest pytestrunner ];
+ checkInputs = [ pytest pytest-runner ];
propagatedBuildInputs = [ parse six ] ++ lib.optional (pythonOlder "3.4") enum34;
checkPhase = ''