python3Packages.aioftp: remove pytest-cov

This commit is contained in:
Fabian Affolter 2022-01-25 17:01:33 +01:00
parent 32f16772c5
commit eda2559217

View file

@ -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
];