Mercurial > hg
changeset 48866:2ccd5e71bcd3
tests: remove last references to PYTHON3
This removes the last references to PYTHON3.
Differential Revision: https://phab.mercurial-scm.org/D12244
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 20 Feb 2022 13:27:38 -0700 |
parents | 7caa967bb7b6 |
children | f547a5dee234 |
files | tests/run-tests.py |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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(