python3Packages.pycyphal: disable doctests broken by asyncio task leaks on python 3.14 (#523375)
This commit is contained in:
@@ -95,6 +95,13 @@ buildPythonPackage rec {
|
||||
"pycyphal/application/register/_value.py"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (pythonAtLeast "3.14") [
|
||||
# leaked tasks from prior doctest's event loop break doctest stdout capture, causing "Got nothing" on REPL-style assertions
|
||||
"MonotonicClusteringSynchronizer"
|
||||
"TransferIDSynchronizer"
|
||||
"PythonCANMedia"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pycyphal" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user