Mercurial > hg
diff tests/test-check-py3-compat.t @ 28646:f452c1cf7a8f
tests: make tinyproxy.py use print_function
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 28 Mar 2016 01:57:44 +0530 |
parents | 392a7e7e97d3 |
children | e78613c13f1d |
line wrap: on
line diff
--- a/tests/test-check-py3-compat.t Mon Mar 28 04:02:07 2016 +0000 +++ b/tests/test-check-py3-compat.t Mon Mar 28 01:57:44 2016 +0530 @@ -117,7 +117,6 @@ tests/test-url.py requires print_function tests/test-walkrepo.py requires print_function tests/test-wireproto.py requires print_function - tests/tinyproxy.py requires print_function #if py3exe $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py @@ -303,6 +302,5 @@ tests/test-ui-verbosity.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) tests/test-walkrepo.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) tests/test-wireproto.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) - tests/tinyproxy.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) #endif