pythonPackages: deprecate pytestrunner alias

This commit is contained in:
Sandro Jäckel
2021-07-20 23:07:53 +02:00
parent 4209fed914
commit 9bfdf57e13
120 changed files with 218 additions and 220 deletions

View File

@@ -2,7 +2,7 @@
, coverage
, mock
, ply
, pytestrunner
, pytest-runner
, pytestCheckHook
, six
}:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
--replace "coverage==5.3" "coverage"
'';
nativeBuildInputs = [ pytestrunner ];
nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ ply six ];