Unverified Commit ccd5c434 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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
parents 7f610b4d a6318970
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{ lib
, aiohttp
, aresponses
, asynctest
, buildPythonPackage
, aio-geojson-client
, fetchFromGitHub
@@ -33,7 +32,6 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    aresponses
    asynctest
    pytest-asyncio
    pytestCheckHook
  ];
+4 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, aio-geojson-client
, aiohttp
, aresponses
, asynctest
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
@@ -32,10 +31,12 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    pytestCheckHook
  ];

  checkInputs = [
    aresponses
    asynctest
    pytest-asyncio
    pytestCheckHook
  ];

  pythonImportsCheck = [