Skip to content

Commit 08fb63d

Browse files
committed
Removed a couple of obsolete conditional skips
1 parent 22b63d4 commit 08fb63d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_generators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ def test_option_nocomments(self, generator: CodeGenerator) -> None:
451451
""",
452452
)
453453

454-
@pytest.mark.skipif(Computed is None, reason="requires SQLAlchemy 1.3.11+")
455454
@pytest.mark.parametrize(
456455
"persisted, extra_args",
457456
[(None, ""), (False, ", persisted=False"), (True, ", persisted=True")],
@@ -800,7 +799,6 @@ def test_null_type(self, generator: CodeGenerator) -> None:
800799
""",
801800
)
802801

803-
@pytest.mark.skipif(Identity is None, reason="Requires SQLAlchemy 1.4+")
804802
def test_identity_column(self, generator: CodeGenerator) -> None:
805803
Table(
806804
"simple_items",

0 commit comments

Comments
 (0)