python3Packages.async_generator: does not depend on pytest-asyncio

This commit is contained in:
Robert Schütz 2022-04-12 01:25:01 +00:00 committed by Martin Weinelt
parent c2d2758147
commit bfcb28e128

View file

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchPypi
, pythonOlder
, pytest-asyncio
, pytestCheckHook
}:
@ -19,7 +18,6 @@ buildPythonPackage rec {
};
checkInputs = [
pytest-asyncio
pytestCheckHook
];