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
@@ -9,7 +9,7 @@
, setuptools-scm
, gcc
, pytest
, pytestcov
, pytest-cov
, isPy27
}:
let
@@ -32,7 +32,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ cython numpy scikit-learn six ];
checkInputs = [ pytest pytestcov ];
checkInputs = [ pytest pytest-cov ];
# Checks require test data downloaded separately
# See project source Makefile:test-data rule for reference