You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As proposed in #108533 the time zone was renamed but we can't simply rename it in the test cause it fails on old(?) MacOS systems. I would propose to prepend it with:
@unittest.skipUnless(os.path.exists('/usr/share/zoneinfo/Europe/Kyiv') oros.path.exists('/usr/lib/zoneinfo/Europe/Kyiv'),"Can't find the Olson's TZ database")
Bug report
Bug description:
As proposed in #108533 the time zone was renamed but we can't simply rename it in the test cause it fails on old(?) MacOS systems. I would propose to prepend it with:
CPython versions tested on:
3.11
Operating systems tested on:
Linux
Linked PRs