python312Packagse.aioskybell: disable failing tests

Newer aiohttp version (3.10.6+) removed an attribute on an object.
This commit is contained in:
Martin Weinelt 2024-11-07 04:44:17 +01:00
parent d1dcf229be
commit 4d69655157
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -47,6 +47,13 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# aiohttp compat issues
"test_get_devices"
"test_errors"
"test_async_change_setting"
];
pythonImportsCheck = [ "aioskybell" ];
meta = with lib; {