Skip to content

Commit

Permalink
omg
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinnnyshinshin committed Dec 18, 2024
1 parent 0a5fe01 commit 1e1097e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def test_success_complete_databricks(
assert result_dict["observed_value"] in expectation.type_list


if version.parse(sa.__version__) < version.parse("2.0.0"):
if version.parse(sa.__version__) >= version.parse("2.0.0"):
# Note: why not use pytest.skip?
# the import of `sqltypes.Double` is only possible in sqlalchemy >= 2.0.0
# the import is done as part of the instantiation of the test, which includes
Expand Down

0 comments on commit 1e1097e

Please sign in to comment.