# HG changeset patch # User Gregory Szorc # Date 1645388858 25200 # Node ID 2ccd5e71bcd355ea20e7db377f903b698552682b # Parent 7caa967bb7b6afc63554536efdcd016b401f6275 tests: remove last references to PYTHON3 This removes the last references to PYTHON3. Differential Revision: https://phab.mercurial-scm.org/D12244 diff -r 7caa967bb7b6 -r 2ccd5e71bcd3 tests/run-tests.py --- a/tests/run-tests.py Sun Feb 20 13:27:08 2022 -0700 +++ b/tests/run-tests.py Sun Feb 20 13:27:38 2022 -0700 @@ -163,7 +163,6 @@ ) sys.exit(70) # EX_SOFTWARE from `man 3 sysexit` -PYTHON3 = True xrange = range # we use xrange in one place, and we'd rather not use range @@ -1464,7 +1463,7 @@ # This has the same effect as Py_LegacyWindowsStdioFlag in exewrapper.c, # but this is needed for testing python instances like dummyssh, # dummysmtpd.py, and dumbhttp.py. - if PYTHON3 and WINDOWS: + if WINDOWS: env['PYTHONLEGACYWINDOWSSTDIO'] = '1' # Modified HOME in test environment can confuse Rust tools. So set @@ -3414,7 +3413,7 @@ failed = False kws = self.options.keywords - if kws is not None and PYTHON3: + if kws is not None: kws = kws.encode('utf-8') suite = TestSuite(