python312Packages.arcan-fmj: disable stuck tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user