Skip to content
Snippets Groups Projects
Commit edb09336 authored by Andrius Merkys's avatar Andrius Merkys
Browse files

Skipping tests for unpackaged 'crate' plugin for 'sqlalchemy'.

parent 05221314
No related branches found
No related tags found
No related merge requests found
--- a/tests/test_agatesql.py
+++ b/tests/test_agatesql.py
@@ -149,7 +149,7 @@
);''') # noqa
def test_to_sql_create_statement_with_dialects(self):
- for dialect in ['crate', 'mssql', 'mysql', 'postgresql', 'sqlite']:
+ for dialect in ['mssql', 'mysql', 'postgresql', 'sqlite']:
self.table.to_sql_create_statement('test_table', dialect=dialect)
def test_to_sql_create_statement_zero_width(self):
Use-packaged-docs.patch
No-privacy-breach.patch
no-crate.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment