zhmcclient / python-zhmcclient

A pure Python client library for the IBM Z HMC Web Services API
Apache License 2.0
39 stars 26 forks source link

pytz 2024.2 causes our tests to fail #1660

Closed andy-maier closed 2 months ago

andy-maier commented 2 months ago

See https://github.com/zhmcclient/python-zhmcclient/actions/runs/10823846609/job/30030050627

Seems that the pytz version 2024.2 released today returns incorrect tzinfo data.

andy-maier commented 2 months ago

Opened issue https://github.com/stub42/pytz/issues/127 to report the problem.