python312Packages.arcan-fmj: disable stuck tests

This commit is contained in:
Martin Weinelt
2024-03-02 19:37:16 +01:00
parent c8d07cbed9
commit 610e71693b
@@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, pythonAtLeast
, pythonOlder
, fetchFromGitHub
, aiohttp
@@ -36,6 +37,18 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = lib.optionals (pythonAtLeast "3.12") [
# stuck on EpollSelector.poll()
"test_power"
"test_multiple"
"test_invalid_command"
"test_state"
"test_silent_server_request"
"test_silent_server_disconnect"
"test_heartbeat"
"test_cancellation"
];
pythonImportsCheck = [
"arcam.fmj"
"arcam.fmj.client"