pythonPackages: deprecate pytestcov alias
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, pyyaml, chardet, beautifulsoup4, colorama, bibtexparser
|
||||
, click, python-slugify, habanero, isbnlib, typing-extensions
|
||||
, prompt_toolkit, pygments, stevedore, tqdm, lxml
|
||||
, python-doi, isPy3k, pytestcov
|
||||
, python-doi, isPy3k, pytest-cov
|
||||
#, optional, dependencies
|
||||
, whoosh, pytest
|
||||
, stdenv
|
||||
@@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
checkInputs = ([
|
||||
pytest pytestcov
|
||||
pytest pytest-cov
|
||||
]) ++ [
|
||||
xdg-utils
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user