mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-17 04:30:30 +03:00
update test_read_metadata to use ruamel.yaml and YAML 1.2
I tried to get this to indent the .yaml files properly so yamllint defaults
work with tests/metadata/dump/*.yaml, but it didn't take for some reason:
yaml.indent(mapping=4, sequence=4, offset=2)
This commit is contained in:
parent
28ea6cea7f
commit
9a9705a667
6 changed files with 53 additions and 50 deletions
|
|
@ -2640,7 +2640,7 @@ UpdateCheckIgnore: null
|
|||
UpdateCheckMode: Tags
|
||||
UpdateCheckName: null
|
||||
VercodeOperation:
|
||||
- '%c + 5'
|
||||
- '%c + 5'
|
||||
WebSite: http://www.videolan.org/vlc/download-android.html
|
||||
added: null
|
||||
id: org.videolan.vlc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue