]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
prevent float tests from running on asyncmy
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Feb 2023 23:28:12 +0000 (18:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Feb 2023 23:28:12 +0000 (18:28 -0500)
commit8855656626202e541bd2c95bc023e820a022322f
tree9ab6972e392f51d53c23c10098ce7a7e1a1ee679
parent59d357b8ea23ce645747b5f3f221365b76504d8c
prevent float tests from running on asyncmy

asyncmy 0.2.7 has had a loss in float precision for even
very low numbers of significant digits.

Change-Id: Iec6d2650943eeaa8e854f21990f6565d73331f8c
References: https://github.com/long2ice/asyncmy/issues/56
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_types.py
test/dialect/mysql/test_types.py
test/requirements.py