]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Skip sub-minute timezone tests for Python 3 < 3.7
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Dec 2019 16:47:08 +0000 (11:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Dec 2019 16:47:08 +0000 (11:47 -0500)
commit380f4389922004589bfa7cb4f9b8c8208aa68659
tree091846161c32258ab26b2feb87175eb05eca2121
parent4d6fefa434dbb44613922a523a4f6e15b92d9b91
Skip sub-minute timezone tests for Python 3 < 3.7

The datetime.timezone class as of Python 3.7, or SQLAlchemy's port for Python
2, supports seconds and microseconds.  For Python 3.6 and earlier, it is not
supported.

Fixes: #5016
Change-Id: Ia347d5a9958c0fa53317b2e340162e2009667bc2
test/base/test_utils.py
test/requirements.py