From 6f2e446ea7f0492e56337fa3044107e0d8866497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 13 Feb 2023 11:16:11 -0800 Subject: [PATCH] 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. --- pkgs/development/python-modules/hass-nabucasa/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index b3fe9e7cb59e..687a04b8846d 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -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 ];