Skip to content

Commit 0b54f48

Browse files
python313Packages.pyannotate: disable lib2to3 test
1 parent d7104f1 commit 0b54f48

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)