Skip to content

Commit

Permalink
python.pkgs.astor: also disable some test on python2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 24, 2018
1 parent 3b6b52b commit 976d17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/astor/default.nix
Expand Up @@ -13,7 +13,7 @@ buildPythonPackage rec {
# disable tests broken with python3.6: https://github.com/berkerpeksag/astor/issues/89
checkInputs = [ pytest ];
checkPhase = ''
py.test -k 'not check_expressions and not check_astunparse and not test_convert_stdlib'
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'
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 976d17f

Please sign in to comment.