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
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
, pytest-cov
|
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, siosocks
|
, siosocks
|
||||||
|
@ -29,7 +28,6 @@ buildPythonPackage rec {
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
async-timeout
|
async-timeout
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytest-cov
|
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
trustme
|
trustme
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue