tests/test-check-py3-compat.t
changeset 28646 f452c1cf7a8f
parent 28643 392a7e7e97d3
child 28673 e78613c13f1d
--- 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