support Rocky major version for background and version_ident needles

This commit is contained in:
Trevor Cooper 2024-07-23 22:31:15 -07:00
parent 864e9a6003
commit 68c339b00a
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8

View File

@ -57,7 +57,7 @@ for testpath in testpaths:
# now let's do some whitelisting, for awkward cases where we know that # now let's do some whitelisting, for awkward cases where we know that
# we concatenate string literals and stuff # we concatenate string literals and stuff
# versioned backgrounds and release IDs # versioned backgrounds and release IDs
for rel in range(8, 10): for rel in ["8", "9", "10"]:
testliterals.append(f"{rel}_background") testliterals.append(f"{rel}_background")
testliterals.append(f"version_{rel}_ident") testliterals.append(f"version_{rel}_ident")
# anaconda id needles, using tell_source # anaconda id needles, using tell_source