mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
python312Packages.aioshelly: run tests
This commit is contained in:
parent
57d72fb554
commit
d37c3e56ec
@ -6,6 +6,8 @@
|
||||
fetchFromGitHub,
|
||||
habluetooth,
|
||||
orjson,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
yarl,
|
||||
@ -35,8 +37,10 @@ buildPythonPackage rec {
|
||||
yarl
|
||||
];
|
||||
|
||||
# Project has no test
|
||||
doCheck = false;
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "aioshelly" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user