lol

python313Packages.pyannotate: disable lib2to3 test (#375047)

authored by

Nick Cao and committed by
GitHub
7c069661 aa18eb2c

+1
+1
pkgs/development/python-modules/pyannotate/default.nix
··· 43 43 ++ lib.optionals (pythonAtLeast "3.11") [ 44 44 # Tests are using lib2to3 45 45 "pyannotate_tools/fixes/tests/test_annotate*.py" 46 + "pyannotate_tools/annotations/tests/dundermain_test.py" 46 47 ]; 47 48 48 49 meta = with lib; {