python312Packages.pyswitchbot: add pytest-asyncio (#354911)

This commit is contained in:
Fabian Affolter
2024-11-11 07:06:01 +01:00
committed by GitHub
@@ -8,6 +8,7 @@
fetchFromGitHub,
pyopenssl,
pythonOlder,
pytest-asyncio,
pytestCheckHook,
requests,
setuptools,
@@ -38,7 +39,10 @@ buildPythonPackage rec {
requests
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
];
pythonImportsCheck = [ "switchbot" ];