]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix test due to merge of 11370 with 5252
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Dec 2024 20:54:23 +0000 (15:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Dec 2024 20:55:38 +0000 (15:55 -0500)
commit0095ac3e8d164a03fa3b7412a9c89f6cf03c06ee
tree67ffc88bb4d8a458d3e716062e271dd94f199133
parent8a45f13ef66628c5d5ff30bed30c3a62874f041e
fix test due to merge of 11370 with 5252

Numeric and Float are split out in main so a type cant be both
at the same time.   Also there's no reason to do isinstance(Float)
and isintance(Numeric) even if they are in the same hierarchy.

Change-Id: I2263aaac264673a830b63689d39b6433b32c1d23
(cherry picked from commit b49fcb67afb302d2309efea71cde2a6584c1373c)
test/orm/declarative/test_tm_future_annotations_sync.py
test/orm/declarative/test_typed_mapping.py