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.
This commit is contained in:
Robert Schütz 2023-02-13 11:16:11 -08:00 committed by Robert Schütz
parent 89c8ef30a6
commit 6f2e446ea7

View File

@ -1,7 +1,6 @@
{ 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
];