mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-12 03:31:11 +00:00
remove TPU check that's no longer needed
This commit is contained in:
parent
a425e32984
commit
03fc5208fc
@ -705,9 +705,6 @@ def invalidate_excuses(excuses, valid, invalid, invalidated):
|
||||
# if there is no reverse dependency, skip the item
|
||||
if ename not in excuses_rdeps:
|
||||
continue
|
||||
# if the dependency can be satisfied by a testing-proposed-updates excuse, skip the item
|
||||
if (ename + "_tpu") in valid:
|
||||
continue
|
||||
|
||||
rdep_verdict = PolicyVerdict.REJECTED_WAITING_FOR_ANOTHER_ITEM
|
||||
if excuses[ename].policy_verdict.is_blocked:
|
||||
|
Loading…
x
Reference in New Issue
Block a user