python310Packages.aio-geojson-usgs-earthquakes: drop asynctest

This commit is contained in:
Fabian Affolter 2023-02-13 18:04:01 +01:00
parent 70fb5ec4cb
commit a631897020

View file

@ -2,7 +2,6 @@
, aio-geojson-client
, aiohttp
, aresponses
, asynctest
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
@ -32,12 +31,14 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
aresponses
asynctest
pytest-asyncio
pytestCheckHook
];
checkInputs = [
aresponses
pytest-asyncio
];
pythonImportsCheck = [
"aio_geojson_usgs_earthquakes"
];