diff options
Diffstat (limited to 'test/sql/test_insert_exec.py')
-rw-r--r-- | test/sql/test_insert_exec.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_insert_exec.py b/test/sql/test_insert_exec.py index 6015f4e74..502ef6912 100644 --- a/test/sql/test_insert_exec.py +++ b/test/sql/test_insert_exec.py @@ -158,6 +158,7 @@ class InsertExecTest(fixtures.TablesTest): {'id': 'hi', 'foo': 'thisisfoo', 'bar': "thisisbar"} ) + @testing.requires.sequences def test_lastrow_accessor_four(self): metadata = MetaData() self._test_lastrow_accessor( |