Commit 6f2e446e authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

python310Packages.hass-nabucasa: don't depend on asynctest

Upstream removed it in
https://github.com/NabuCasa/hass-nabucasa/pull/318 and didn't use it for
Python >= 3.8 anyway.
parent 89c8ef30
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{ lib
, acme
, aiohttp
, asynctest
, atomicwrites-homeassistant
, attrs
, buildPythonPackage
@@ -44,7 +43,6 @@ buildPythonPackage rec {
  doCheck = lib.versionAtLeast pytest-aiohttp.version "1.0.0";

  nativeCheckInputs = [
    asynctest
    pytest-aiohttp
    pytestCheckHook
  ];