pythonPackages: deprecate pytestcov alias

This commit is contained in:
Sandro Jäckel
2021-07-20 22:42:24 +02:00
parent d863d4b43e
commit 4209fed914
143 changed files with 268 additions and 268 deletions
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pyyaml, pytest, pytestcov }:
{ lib, buildPythonPackage, fetchPypi, pyyaml, pytest, pytest-cov }:
buildPythonPackage rec {
pname = "python-hosts";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
substituteInPlace python_hosts/utils.py --replace "import win_inet_pton" ""
'';
checkInputs = [ pyyaml pytest pytestcov ];
checkInputs = [ pyyaml pytest pytest-cov ];
# Removing 1 test file (it requires internet connection) and keeping the other two
checkPhase = ''