File python-agate-sql-no-crate.patch of Package python-agate-sql
Index: agate-sql-0.7.3/tests/test_agatesql.py
===================================================================
--- agate-sql-0.7.3.orig/tests/test_agatesql.py
+++ agate-sql-0.7.3/tests/test_agatesql.py
@@ -165,7 +165,7 @@ class TestSQL(agate.AgateTestCase):
def test_to_sql_create_statement_with_dialects(self):
# Can test 'ingres' if:
# pip install git+https://github.com/clach04/ingres_sa_dialect.git
- for dialect in ('crate', 'mssql', 'mysql', 'oracle', 'postgresql', 'sqlite'):
+ for dialect in ('mssql', 'mysql', 'oracle', 'postgresql', 'sqlite'):
self.table.to_sql_create_statement('test_table', dialect=dialect)
def test_to_sql_create_statement_zero_width(self):