From 0b54f486c1d59b8babfdf5b191552069760f8423 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sun, 19 Jan 2025 12:21:41 +0100 Subject: [PATCH] python313Packages.pyannotate: disable lib2to3 test --- pkgs/development/python-modules/pyannotate/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pyannotate/default.nix b/pkgs/development/python-modules/pyannotate/default.nix index d77b60248132..efb769051def 100644 --- a/pkgs/development/python-modules/pyannotate/default.nix +++ b/pkgs/development/python-modules/pyannotate/default.nix @@ -43,6 +43,7 @@ buildPythonPackage rec { ++ lib.optionals (pythonAtLeast "3.11") [ # Tests are using lib2to3 "pyannotate_tools/fixes/tests/test_annotate*.py" + "pyannotate_tools/annotations/tests/dundermain_test.py" ]; meta = with lib; {