Commit 4561dae6 authored by Robert Schütz's avatar Robert Schütz
Browse files

python314Packages.aiounittest: disable

It fails with

    AttributeError: 'TestCaseFunction' object has no attribute '_instance'.
parent b2a8824b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  setuptools,
  pytestCheckHook,
  pythonAtLeast,
  wrapt,
}:

@@ -12,6 +13,9 @@ buildPythonPackage rec {
  version = "1.5.0";
  pyproject = true;

  # https://github.com/kwarunek/aiounittest/issues/28
  disabled = pythonAtLeast "3.14";

  src = fetchFromGitHub {
    owner = "kwarunek";
    repo = "aiounittest";