pythonPackages: deprecate pytestcov alias

This commit is contained in:
Sandro Jäckel
2021-07-21 13:32:17 +02:00
parent d863d4b43e
commit 4209fed914
143 changed files with 268 additions and 268 deletions
@@ -1,7 +1,7 @@
{ lib
, fetchPypi
, buildPythonPackage
, pytestCheckHook, pytestrunner, pytestcov
, pytestCheckHook, pytestrunner, pytest-cov
, isPy3k
}:
@@ -14,7 +14,7 @@ buildPythonPackage rec {
sha256 = "25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5";
};
checkInputs = [ pytestCheckHook pytestrunner pytestcov ];
checkInputs = [ pytestCheckHook pytestrunner pytest-cov ];
disabled = !isPy3k;