Remove the YAML tidy code (#30004)

This code was used to test buildbox_steps.yml, but Servo no longer uses
buildbot, so this code is essentially unused. In addition, YAML +
Cython 3 is causing issues on the CI.

Fixes #30003

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2023-07-18 14:36:03 +02:00 committed by GitHub
parent da5b861b3c
commit b91e3654e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 103 deletions

View file

@ -36,10 +36,6 @@ six == 1.15
# For sending build notifications.
notify-py == 0.3.42
# A few more requirements for tidy.
voluptuous == 0.12.1
PyYAML == 5.4
# For wpt scripts and their tests.
flask
requests