-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
python tools/test.py -J --mode=release parallel/test-* #44330
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I had to upgrade my python version for it to work properly. |
2.7 |
NVM, I reproduced locally: python2 --version
Python 2.7.18
python2 tools/test.py -J message
File "tools/test.py", line 230
print(f" failed {len([i for i in outputs if i.UnexpectedOutput()]) + 1} out of {self.measure_flakiness + 1}")
^
SyntaxError: invalid syntax and python --version
Python 3.9.13
python tools/test.py -J message
[00:07|% 100|+ 66|- 0]: Done |
CC @aduh95 |
Thanks! That fixed it. |
We dropped support for Python 2 some time ago. It has been EOL for a while. @nodejs/python might have more context to supply (especially @cclauss). |
Python 2 died 963 days ago on 1/1/2020. No security updates since then -- It should no longer be trusted. |
python tools/test.py -J --mode=release parallel/test-*
doesn't seem to work anymore?The text was updated successfully, but these errors were encountered: