mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python312Packagse.aioskybell: disable failing tests
Newer aiohttp version (3.10.6+) removed an attribute on an object.
This commit is contained in:
parent
d1dcf229be
commit
4d69655157
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user