]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Mark tests that they require OFFSET support in database
authorPeter Hoffmann <ph@peter-hoffmann.com>
Tue, 5 May 2015 14:00:09 +0000 (16:00 +0200)
committerPeter Hoffmann <ph@peter-hoffmann.com>
Tue, 5 May 2015 14:00:09 +0000 (16:00 +0200)
commitbcc8e6c02b0fd063bf85edc5369899e5717d0232
tree0547cdecdefdeb32a7c11cddec3fa127842732d6
parent8ac2bec0292daaefdfd4062a209ae4c44ba6d690
Mark tests that they require OFFSET support in database

The sqlalchemy_exasol dialect needs to support Exasol 4.x which does not support
the OFFSET feature. Mark test with testing.requires.offset so that they can be skipped
of in the exasol specific test suite.
lib/sqlalchemy/testing/suite/test_select.py