python312Packages.pyswitchbot: add pytest-asyncio

This commit is contained in:
Fabian Affolter
2024-11-10 04:55:24 +01:00
parent 465eab85d2
commit 4c4420b29b
@@ -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" ];