python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

Replace pytz with zoneinfo / datetime.timezone #622

Open foarsitter opened 3 weeks ago

foarsitter commented 3 weeks ago

pytz 2024.1 breaks the test suite.

This PR replaces pytz with the stdlib equivalents.

foarsitter commented 3 weeks ago

Can someone run the failed test again because of the fatal Python error: Segmentation fault?