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
commit e927ccc233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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