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
@@ -5,7 +5,7 @@
, pytestCheckHook
, ffmpeg
, future
, pytestrunner
, pytest-runner
, pytest-mock
}:
@@ -27,7 +27,7 @@ buildPythonPackage rec {
})
];
buildInputs = [ pytestrunner ];
buildInputs = [ pytest-runner ];
propagatedBuildInputs = [ future ];
checkInputs = [ pytestCheckHook pytest-mock ];