python312Packages.pyinsteon: disable all handlers tests on Python 3.12

This commit is contained in:
Fabian Affolter 2024-03-28 21:48:11 +01:00
parent a3615c2e41
commit 10865ad4c1

View File

@ -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 = [