Skip to content

Commit

Permalink
SNOW-1058245-sqlalchemy-20-support: Add support for installation SQLA…
Browse files Browse the repository at this point in the history
…lchemy 2.0
  • Loading branch information
sfc-gh-mraba authored and sfc-gh-astus committed Mar 13, 2024
1 parent 9c90d81 commit 6f74862
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/sqlalchemy_test_suite/test_suite_20.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,13 @@ def test_floordiv_integer(self, connection, left, right, expected):


class TimeMicrosecondsTest(_TimeMicrosecondsTest):
...
def __init__(self):
super().__init__()


class DateTimeHistoricTest(_DateTimeHistoricTest):
...
def __init__(self):
super().__init__()


# 2. Patched Tests
Expand Down

0 comments on commit 6f74862

Please sign in to comment.