Commit a6318970 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

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

parent 70fb5ec4
Loading
Loading
Loading
Loading
+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 = [