This release teaches "from_type()" how to generate
"datetime.timezone". As a result, you can now generate
"datetime.tzinfo" objects without having pytz installed.
If your tests specifically require pytz timezones, you should be using
"hypothesis.extra.pytz.timezones()" instead of "st.from_type(tzinfo)".
The canonical version of these notes (with links) is on readthedocs.