mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
pythonPackages: deprecate pytestcov alias
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
, tox
|
||||
, pytest
|
||||
, coverage
|
||||
, pytestcov
|
||||
, pytest-cov
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
tox
|
||||
pytest
|
||||
coverage
|
||||
pytestcov
|
||||
pytest-cov
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user