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