diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2023-05-05 23:22:46 +0200 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2023-05-05 23:22:46 +0200 |
| commit | 671647c8574bd6ff4c39fe503a2b1958a802772d (patch) | |
| tree | 4ebca368ed1e175b50aa1bc385948ae55e75924e /test | |
| parent | dc60e7a7d35a470c09ce590f37e949ff8e8cdcde (diff) | |
| download | sqlalchemy-671647c8574bd6ff4c39fe503a2b1958a802772d.tar.gz | |
fix test on old sqlite
Change-Id: Ic7dbb7df6a10077eb28a721e151b2194ab3b1634
Diffstat (limited to 'test')
| -rw-r--r-- | test/orm/dml/test_bulk_statements.py | 1 |
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""" |
