python314Packages.pyserial-asyncio-fast: disable

The tests fail with

    RuntimeError: There is no current event loop in thread 'MainThread'.
This commit is contained in:
Robert Schütz
2026-01-07 07:50:31 -08:00
parent 83fec9d248
commit 4b52c7d176
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
# build-system
setuptools,
@@ -19,6 +20,9 @@ buildPythonPackage rec {
version = "0.16";
pyproject = true;
# https://github.com/home-assistant-libs/pyserial-asyncio-fast/pull/37
disabled = pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "bdraco";
repo = "pyserial-asyncio-fast";