diff options
Diffstat (limited to 'test/orm/test_query.py')
-rw-r--r-- | test/orm/test_query.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/orm/test_query.py b/test/orm/test_query.py index 29ba24b1b..b8269d76d 100644 --- a/test/orm/test_query.py +++ b/test/orm/test_query.py @@ -1675,7 +1675,6 @@ class OperatorTest(QueryTest, AssertsCompiledSQL): (operators.mul, "*"), (operators.sub, "-"), (operators.truediv, "/"), - (operators.div, "/"), argnames="py_op, sql_op", id_="ar", ) |