Merge pull request #216187 from fabaff/aio-geojson-generic-client-at

python310Packages.aio-geojson-generic-client: drop asynctest, python310Packages.aio-geojson-usgs-earthquakes: drop asynctest
This commit is contained in:
Fabian Affolter 2023-02-13 22:27:07 +01:00 committed by GitHub
commit ccd5c434cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

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

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