summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_sqlite.py')
-rw-r--r--tests/test_sqlite.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_sqlite.py b/tests/test_sqlite.py
index 76bf65d..3ea1975 100644
--- a/tests/test_sqlite.py
+++ b/tests/test_sqlite.py
@@ -159,13 +159,11 @@ class SQLiteDefaultCompareTest(TestBase):
None, col, rendered, cols[0]["default"]
)
- @config.requirements.sqlalchemy_12
def test_compare_current_timestamp_func(self):
self._compare_default_roundtrip(
DateTime(), func.datetime("now", "localtime")
)
- @config.requirements.sqlalchemy_12
def test_compare_current_timestamp_func_now(self):
self._compare_default_roundtrip(DateTime(), func.now())