From: Federico Caselli Date: Fri, 5 May 2023 21:22:46 +0000 (+0200) Subject: fix test on old sqlite X-Git-Tag: rel_2_0_13~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=671647c8574bd6ff4c39fe503a2b1958a802772d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix test on old sqlite Change-Id: Ic7dbb7df6a10077eb28a721e151b2194ab3b1634 --- diff --git a/test/orm/dml/test_bulk_statements.py b/test/orm/dml/test_bulk_statements.py index af50ea0459..ca4e857ede 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"""