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,4 +1,4 @@
{lib, fetchPypi, buildPythonPackage, numpy, pyparsing, pytestcov, pytestCheckHook }:
{lib, fetchPypi, buildPythonPackage, numpy, pyparsing, pytest-cov, pytestCheckHook }:
buildPythonPackage rec {
pname = "periodictable";
@@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "52e925220005c20e97601e7b04ad6cebc271680947ab9adcbb1a796ddbaa0f23";
};
checkInputs = [ pytestcov pytestCheckHook ];
checkInputs = [ pytest-cov pytestCheckHook ];
meta = {
homepage = "https://www.reflectometry.org/danse/software.html";