diff --git a/Lib/test/test_strptime.py b/Lib/test/test_strptime.py index a3358a493e5300..623da401eee4ff 100644 --- a/Lib/test/test_strptime.py +++ b/Lib/test/test_strptime.py @@ -692,7 +692,7 @@ def test_TimeRE_recreation_locale(self): finally: locale.setlocale(locale.LC_TIME, locale_info) - @support.run_with_tz('STD-1DST') + @support.run_with_tz('STD-1DST,M4.1.0,M10.1.0') def test_TimeRE_recreation_timezone(self): # The TimeRE instance should be recreated upon changing the timezone. oldtzname = time.tzname