python312Packages.amqtt: disable stuck tests
Hanging somewhere in epoll.
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
, buildPythonPackage
|
||||
, docopt
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, hypothesis
|
||||
, passlib
|
||||
, poetry-core
|
||||
, pytest-logdog
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, pythonAtLeast
|
||||
, pythonOlder
|
||||
, pyyaml
|
||||
, setuptools
|
||||
@@ -60,6 +60,19 @@ buildPythonPackage rec {
|
||||
"--asyncio-mode=auto"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (pythonAtLeast "3.12") [
|
||||
# stuck in epoll
|
||||
"test_publish_qos0"
|
||||
"test_publish_qos1"
|
||||
"test_publish_qos1_retry"
|
||||
"test_publish_qos2"
|
||||
"test_publish_qos2_retry"
|
||||
"test_receive_qos0"
|
||||
"test_receive_qos1"
|
||||
"test_receive_qos2"
|
||||
"test_start_stop"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Test are not ported from hbmqtt yet
|
||||
"tests/test_client.py"
|
||||
|
||||
Reference in New Issue
Block a user