From 03fc5208fc389d89858e4be67b801b4bbf19e123 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Tue, 14 Jan 2020 16:55:50 +0000 Subject: [PATCH] remove TPU check that's no longer needed --- britney2/utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/britney2/utils.py b/britney2/utils.py index 4016d24..a37ba42 100644 --- a/britney2/utils.py +++ b/britney2/utils.py @@ -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: