python314Packages.reactivex: disable

This commit is contained in:
Robert Schütz
2026-02-04 21:47:15 -08:00
parent 454dc2f3bc
commit 072199acad
@@ -5,6 +5,7 @@
poetry-core,
pytest-asyncio,
pytestCheckHook,
pythonAtLeast,
typing-extensions,
}:
@@ -13,6 +14,9 @@ buildPythonPackage rec {
version = "4.1.0";
pyproject = true;
# https://github.com/ReactiveX/RxPY/issues/737
disabled = pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "ReactiveX";
repo = "RxPY";