mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
python312Packages.pyinsteon: disable all handlers tests on Python 3.12
This commit is contained in:
parent
a3615c2e41
commit
10865ad4c1
@ -48,20 +48,9 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (pythonAtLeast "3.12") [
|
||||
# AssertionError: Failed test 'read_eeprom_response' with argument 'group' value X vs expected value Z
|
||||
"test_async_send"
|
||||
"test_nak_response"
|
||||
"test_no_direct_ack"
|
||||
"test_on_level"
|
||||
"test_on_level_group"
|
||||
"test_on_level_nak"
|
||||
# AssertionError: Failed test 'read_eeprom_response' with argument 'target' value X vs expected value Y
|
||||
"test_other_status"
|
||||
"test_status_command"
|
||||
"test_status_request_hub"
|
||||
# Test stuck in epoll
|
||||
"test_read_all_peek"
|
||||
disabledTestPaths = lib.optionals (pythonAtLeast "3.12") [
|
||||
# Tests are blocking or failing
|
||||
"tests/test_handlers/"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user