python3Packages.aioftp: remove pytest-cov
This commit is contained in:
parent
32f16772c5
commit
eda2559217
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pytest-asyncio
|
||||
, pytest-cov
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, siosocks
|
||||
|
@ -29,7 +28,6 @@ buildPythonPackage rec {
|
|||
checkInputs = [
|
||||
async-timeout
|
||||
pytest-asyncio
|
||||
pytest-cov
|
||||
pytestCheckHook
|
||||
trustme
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue