python3Packages.pybalboa: fix tests

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:53 +02:00
parent 515365c3b1
commit 7ffdd36343
@@ -4,7 +4,7 @@
fetchFromGitHub,
poetry-core,
poetry-dynamic-versioning,
pytest-asyncio,
pytest-asyncio_0,
pytestCheckHook,
}:
@@ -27,10 +27,15 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-asyncio
pytest-asyncio_0
pytestCheckHook
];
disabledTests = [
# async def functions are not natively supported.
"test_cancel_task"
];
pythonImportsCheck = [ "pybalboa" ];
meta = with lib; {