pythonPackages: deprecate pytestrunner alias

This commit is contained in:
Sandro Jäckel
2021-07-21 13:32:49 +02:00
parent 4209fed914
commit 9bfdf57e13
120 changed files with 218 additions and 220 deletions
@@ -20,7 +20,7 @@
, pytest
, pytest-flakes
, pytest-cov
, pytestrunner
, pytest-runner
}:
buildPythonPackage rec {
@@ -40,7 +40,7 @@ buildPythonPackage rec {
checkInputs = [
sympy vcrpy pytest pytest-flakes
pytest-cov pytestrunner
pytest-cov pytest-runner
];
# https://github.com/Diaoul/subliminal/pull/963