mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
pythonPackages: deprecate pytestcov alias
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
, backports_tempfile
|
||||
, isPy27
|
||||
, pytest
|
||||
, pytestcov
|
||||
, pytest-cov
|
||||
, pytest-mock
|
||||
}:
|
||||
|
||||
@@ -54,7 +54,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
pytest
|
||||
pytestcov
|
||||
pytest-cov
|
||||
pytest-mock
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user