summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sqlalchemy/testing/suite/test_rowcount.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/suite/test_rowcount.py b/lib/sqlalchemy/testing/suite/test_rowcount.py
index d1bf9ae15..b7d4b7452 100644
--- a/lib/sqlalchemy/testing/suite/test_rowcount.py
+++ b/lib/sqlalchemy/testing/suite/test_rowcount.py
@@ -88,6 +88,7 @@ class RowCountTest(fixtures.TablesTest):
)
eq_(r.rowcount, 3)
+ @testing.requires.update_returning
@testing.requires.sane_rowcount_w_returning
def test_update_rowcount_return_defaults(self, connection):
employees_table = self.tables.employees