diff tests/test-walk.t @ 48876:42d2b31cee0b

tests: remove from __future__ from inline Python in tests This is no longer required since we require Python 3 and the linter no longer requires these statements. Differential Revision: https://phab.mercurial-scm.org/D12255
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Feb 2022 15:28:44 -0700
parents 35f1ecd84bd0
children 47686726545d
line wrap: on
line diff
--- a/tests/test-walk.t	Thu Mar 03 17:34:00 2022 +0100
+++ b/tests/test-walk.t	Sun Feb 20 15:28:44 2022 -0700
@@ -640,7 +640,6 @@
   $ cd t
   $ echo fennel > overflow.list
   $ cat >> printnum.py <<EOF
-  > from __future__ import print_function
   > for i in range(20000 // 100):
   >   print('x' * 100)
   > EOF