python312Packages.pyswitchbot: add pytest-asyncio (#354911)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user