Commit 4b52c7d1 authored by Robert Schütz's avatar Robert Schütz
Browse files

python314Packages.pyserial-asyncio-fast: disable

The tests fail with

    RuntimeError: There is no current event loop in thread 'MainThread'.
parent 83fec9d2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";