python310Packages.aio-geojson-generic-client: drop asynctest

This commit is contained in:
Fabian Affolter 2023-02-13 17:56:38 +01:00
parent fdbf633c48
commit 70fb5ec4cb

View file

@ -1,7 +1,6 @@
{ lib
, aiohttp
, aresponses
, asynctest
, buildPythonPackage
, aio-geojson-client
, fetchFromGitHub
@ -33,7 +32,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
aresponses
asynctest
pytest-asyncio
pytestCheckHook
];