]> 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:54:23 +0000 (15:54 -0500)
commitb49fcb67afb302d2309efea71cde2a6584c1373c
treed94c23b0fea4ed5c567408458da6c390ff5352bf
parente0ed242b6a7c46ed86c9b0ca423a463d0a85518a
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
test/orm/declarative/test_tm_future_annotations_sync.py
test/orm/declarative/test_typed_mapping.py