mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
pythonPackages: deprecate pytestcov alias
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ buildPythonPackage, lib, fetchPypi, pyyaml, qcelemental, pydantic
|
||||
, py-cpuinfo, psutil, pytestrunner, pytest, pytestcov
|
||||
, py-cpuinfo, psutil, pytestrunner, pytest, pytest-cov
|
||||
} :
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -8,7 +8,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
pytestrunner
|
||||
pytestcov
|
||||
pytest-cov
|
||||
pytest
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user