Skip to content

Commit

Permalink
mark test to require python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuffat committed Mar 2, 2023
1 parent 7154e08 commit 8f596eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_generator_declarative2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@

from sqlacodegen.generators import CodeGenerator, DeclarativeGenerator

from .conftest import validate_code, requires_sqlalchemy_2_0
from .conftest import validate_code, requires_sqlalchemy_2_0, requires_python_3_9


@requires_sqlalchemy_2_0
@requires_python_3_9
class TestDeclarativeGenerator2:
"""Test declarative mapping generation vor SQLAlchemy 2.0"""

Expand Down

0 comments on commit 8f596eb

Please sign in to comment.