Skip to content

v2.1.0: Add tzinfo-data and fix tests

Latest
Compare
Choose a tag to compare
@untergeek untergeek released this 09 Dec 20:51
The previous attempt to use stub_const did not "unset" between runs.
It is simpler to hard-code a timezone for all tests, to guarantee
that there are no ambiguities.

Because SQL timestamps do not allow for timezone or offset data, this
should not be a limiting factor for the tests.

Fixes #97