Update _CLOSED_SERIES set

Validation is not needed for a series as soon as it reaches the
Extended Maintenance state. This patch updates the set of closed series
to avoid unnecessary validation. Together with Victoria, now this patch
adds older series, too, that were missed at their transition time.

Change-Id: I3f2b98540757a2370a923d71f8a38e15fbe35985
This commit is contained in:
Előd Illés 2022-07-08 15:52:51 +02:00
parent a7ed37545e
commit b4e04e95f7

View File

@ -67,6 +67,11 @@ _CLOSED_SERIES = set([
'ocata',
'pike',
'queens',
'rocky',
'stein',
'train',
'ussuri',
'victoria',
])
_USES_PREVER = set([