]> 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>
Mon, 27 Feb 2023 13:18:17 +0000 (08:18 -0500)
commit81dd922cf79f4df0eafceb2e5092915d79d72853
treed767017a4a10d156fcb6f794a93af825a0e52907
parentc8a3a6dfbfc5f2fa5eb4eeb17e317a5e95bbcfed
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
(cherry picked from commit 8855656626202e541bd2c95bc023e820a022322f)
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_types.py
test/dialect/mysql/test_types.py
test/requirements.py