mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
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:
parent
89c8ef30a6
commit
6f2e446ea7
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user