summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2023-05-05 23:22:46 +0200
committerFederico Caselli <cfederico87@gmail.com>2023-05-05 23:22:46 +0200
commit671647c8574bd6ff4c39fe503a2b1958a802772d (patch)
tree4ebca368ed1e175b50aa1bc385948ae55e75924e
parentdc60e7a7d35a470c09ce590f37e949ff8e8cdcde (diff)
downloadsqlalchemy-671647c8574bd6ff4c39fe503a2b1958a802772d.tar.gz
fix test on old sqlite
Change-Id: Ic7dbb7df6a10077eb28a721e151b2194ab3b1634
-rw-r--r--test/orm/dml/test_bulk_statements.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/orm/dml/test_bulk_statements.py b/test/orm/dml/test_bulk_statements.py
index af50ea045..ca4e857ed 100644
--- a/test/orm/dml/test_bulk_statements.py
+++ b/test/orm/dml/test_bulk_statements.py
@@ -304,6 +304,7 @@ class InsertStmtTest(testing.AssertsExecutionResults, fixtures.TestBase):
@testing.variation("populate_existing", [True, False])
@testing.requires.provisioned_upsert
+ @testing.requires.update_returning
def test_upsert_populate_existing(self, decl_base, populate_existing):
"""test #9742"""