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, buildPythonPackage, fetchPypi
, setuptools-scm, pytest, pytest-freezegun, freezegun, backports_unittest-mock
, six, pytz, jaraco_functools, pythonOlder
, pytest-flake8, pytestcov, pytest-black, pytest-mypy
, pytest-flake8, pytest-cov, pytest-black, pytest-mypy
}:
buildPythonPackage rec {
@@ -21,7 +21,7 @@ buildPythonPackage rec {
checkInputs = [
pytest-freezegun pytest freezegun backports_unittest-mock
pytest-flake8 pytestcov pytest-black pytest-mypy
pytest-flake8 pytest-cov pytest-black pytest-mypy
];
checkPhase = ''