You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkgs/development/python-modules/astor/default.nix
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ buildPythonPackage rec {
13
13
# disable tests broken with python3.6: https://github.com/berkerpeksag/astor/issues/89
14
14
checkInputs=[pytest];
15
15
checkPhase=''
16
-
py.test -k 'not check_expressions and not check_astunparse and not test_convert_stdlib'
16
+
py.test -k 'not check_expressions and not check_astunparse and not test_convert_stdlib and not test_codegen_as_submodule and not test_codegen_from_root'
0 commit comments