mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
python312Packages.aioshelly: run tests
This commit is contained in:
parent
57d72fb554
commit
d37c3e56ec
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue