We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee0f81 commit c7daecfCopy full SHA for c7daecf
1 file changed
tests/test_codegen.py
@@ -733,6 +733,7 @@ class SimpleItem(Base):
733
"""
734
735
736
+@pytest.mark.skipif(sqlalchemy.__version__ < '1.0', reason='SQLA < 1.0 gives inconsistent results')
737
def test_manytomany_composite(metadata):
738
Table(
739
'simple_items', metadata,
0 commit comments