We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two examples: #31223 #31230
From one of the logs:
+ .virtualenv/bin/python gentest.py Traceback (most recent call last): File "gentest.py", line 3, in <module> genTestUtils('../element', '../element', 'templates.yaml', 'name2dir.yaml', False) File "/home/test/web-platform-tests/html/canvas/tools/gentestutils.py", line 123, in genTestUtils templates = yaml.load(open(TEMPLATEFILE, "r").read()) TypeError: load() missing 1 required positional argument: 'Loader'
This is probably a regression that landed in master. I'm filing this now without further investigation and don't have time to look closer right now.
cc @web-platform-tests/wpt-core-team
The text was updated successfully, but these errors were encountered:
Probably this bug in yesterday's release: yaml/pyyaml#576
https://github.com/web-platform-tests/wpt/blob/7b0ebaccc62b566a1965396e5be7bb2bc06f841f/html/canvas/tools/build.sh doesn't pin the version
Sorry, something went wrong.
(We might wanna switch to safe_load anyway, even though input is trusted.)
safe_load
Successfully merging a pull request may close this issue.
Two examples:
#31223
#31230
From one of the logs:
This is probably a regression that landed in master. I'm filing this now without further investigation and don't have time to look closer right now.
cc @web-platform-tests/wpt-core-team
The text was updated successfully, but these errors were encountered: