mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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:
parent
da5b861b3c
commit
b91e3654e4
6 changed files with 4 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue