python314Packages.gipc: mark broken

Hangs during tests in library code, not test code.
This commit is contained in:
Martin Weinelt
2026-05-11 21:54:33 +02:00
parent 85676b222a
commit 162dfff8b8
@@ -4,6 +4,7 @@
fetchFromGitHub,
gevent,
pytestCheckHook,
pythonAtLeast,
setuptools,
}:
@@ -46,6 +47,8 @@ buildPythonPackage rec {
];
meta = {
# https://github.com/jgehrcke/gipc/issues/141
broken = pythonAtLeast "3.14";
description = "Gevent-cooperative child processes and IPC";
longDescription = ''
Usage of Python's multiprocessing package in a gevent-powered