Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Jan 24, 2024
1 parent d3dad85 commit cc698c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def _check_sqlalchemy(session, version):
"-c",
(
"import sqlalchemy; "
"print(sqlalchemy.__version__)"
f"assert int(sqlalchemy.__version__.split('.')[0]) == {version}"
),
)
Expand Down

0 comments on commit cc698c1

Please sign in to comment.