Merge pull request #221069 from fabaff/google-nest-sdm-asynctest

python310Packages.google-nest-sdm: remove asynctest
This commit is contained in:
Fabian Affolter
2023-03-14 00:30:35 +01:00
committed by GitHub
@@ -1,6 +1,5 @@
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, coreutils
, fetchFromGitHub
@@ -37,7 +36,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
asynctest
coreutils
pytest-aiohttp
pytest-asyncio