Skip to content

Commit 976d17f

Browse files
committedJan 24, 2018
python.pkgs.astor: also disable some test on python2
1 parent 3b6b52b commit 976d17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/python-modules/astor/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildPythonPackage rec {
1313
# disable tests broken with python3.6: https://github.com/berkerpeksag/astor/issues/89
1414
checkInputs = [ pytest ];
1515
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'
1717
'';
1818

1919
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)