tests/test-check-py3-compat.t
changeset 28676 a4803f35efba
parent 28675 fcafd84bc9c5
child 28677 2903558a6991
--- a/tests/test-check-py3-compat.t	Tue Mar 29 16:14:58 2016 +0530
+++ b/tests/test-check-py3-compat.t	Tue Mar 29 16:21:31 2016 +0530
@@ -115,7 +115,6 @@
   tests/test-ui-verbosity.py requires print_function
   tests/test-url.py not using absolute_import
   tests/test-url.py requires print_function
-  tests/test-walkrepo.py requires print_function
 
 #if py3exe
   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
@@ -299,6 +298,5 @@
   tests/test-ui-color.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
   tests/test-ui-config.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
   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)
 
 #endif