Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Jan 24, 2024
1 parent 31b44e4 commit 5f61374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_unit_sqlalchemy_one(session):
SKIP_IMAGE_TEST = "--skip-image-tests" in session.posargs

_install(session, integration=False)
session.install("sqlalchemy/")
session.install("sqlalchemy<2")
_check_sqlalchemy(session, version=1)
_run_unit(session, skip_image_tests=SKIP_IMAGE_TEST)

Expand Down

0 comments on commit 5f61374

Please sign in to comment.