Merge pull request #11514 from shanemcd/python39

Upgrade to Python 3.9
This commit is contained in:
Shane McDonald
2022-01-26 10:59:14 -05:00
committed by GitHub
3 changed files with 57 additions and 48 deletions

View File

@@ -308,7 +308,7 @@ def test_beginning_of_time(job_template):
'rrule, tz',
[
['DTSTART:20300112T210000Z RRULE:FREQ=DAILY;INTERVAL=1', 'UTC'],
['DTSTART;TZID=America/New_York:20300112T210000 RRULE:FREQ=DAILY;INTERVAL=1', 'America/New_York'],
['DTSTART;TZID=US/Eastern:20300112T210000 RRULE:FREQ=DAILY;INTERVAL=1', 'US/Eastern'],
],
)
def test_timezone_property(job_template, rrule, tz):