Skip to content

Commit 7c06966

Browse files
authored
python313Packages.pyannotate: disable lib2to3 test (NixOS#375047)
2 parents aa18eb2 + 0b54f48 commit 7c06966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/python-modules/pyannotate/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ buildPythonPackage rec {
4343
++ lib.optionals (pythonAtLeast "3.11") [
4444
# Tests are using lib2to3
4545
"pyannotate_tools/fixes/tests/test_annotate*.py"
46+
"pyannotate_tools/annotations/tests/dundermain_test.py"
4647
];
4748

4849
meta = with lib; {

0 commit comments

Comments
 (0)