python310Packages.google-nest-sdm: remove asynctest

This commit is contained in:
Fabian Affolter 2023-03-13 22:26:34 +01:00
parent 2b66b9019f
commit 38540757f4

View File

@ -1,6 +1,5 @@
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, coreutils
, fetchFromGitHub
@ -37,7 +36,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
asynctest
coreutils
pytest-aiohttp
pytest-asyncio