mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 20:01:08 +00:00
Matching the HTML for regexps does not work reliably when we have multiple unstable packages of which only some are valid candidates but others aren't. It also imposes a too strict test on the particular formatting when we are only interested in the actual data and structure. So move towards checking the machine parseable YAML instead and read that into a proper Python dict. This exposed a bug uncovered by test_rdepends_unbuilt() which we previously missed because we couldn't check triggered tests per package.