Loading pkgs/development/python-modules/pyannotate/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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; { Loading Loading
pkgs/development/python-modules/pyannotate/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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; { Loading