diff options
| author | Scott Dugas <scott.dugas@foundationdb.com> | 2014-10-30 11:06:45 -0400 |
|---|---|---|
| committer | Scott Dugas <scott.dugas@foundationdb.com> | 2014-10-30 11:06:45 -0400 |
| commit | 5b3fc8743582db73642767cc6c101cf95f13464f (patch) | |
| tree | 4a91f79bc76ee5589e372fc3b96beec6194698a7 /test/sql | |
| parent | e01dab9b1fbaf8325022c20f76ea9b99fbfdfd73 (diff) | |
| download | sqlalchemy-5b3fc8743582db73642767cc6c101cf95f13464f.tar.gz | |
Added requirement for temporary tables
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_metadata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_metadata.py b/test/sql/test_metadata.py index ff79c126a..a209cdd7a 100644 --- a/test/sql/test_metadata.py +++ b/test/sql/test_metadata.py @@ -1038,6 +1038,7 @@ class InfoTest(fixtures.TestBase): class TableTest(fixtures.TestBase, AssertsCompiledSQL): + @testing.requires.temporary_table @testing.skip_if('mssql', 'different col format') def test_prefixes(self): from sqlalchemy import Table |
