Skip to content

Commit c7daecf

Browse files
committed
Skipped another test that gives inconsistent results on SQLA < 1.0
1 parent bee0f81 commit c7daecf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_codegen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ class SimpleItem(Base):
733733
"""
734734

735735

736+
@pytest.mark.skipif(sqlalchemy.__version__ < '1.0', reason='SQLA < 1.0 gives inconsistent results')
736737
def test_manytomany_composite(metadata):
737738
Table(
738739
'simple_items', metadata,

0 commit comments

Comments
 (0)