Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6
python-agate-sql
python-agate-sql-no-crate.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-agate-sql-no-crate.patch of Package python-agate-sql
--- a/tests/test_agatesql.py +++ b/tests/test_agatesql.py @@ -149,7 +149,7 @@ class TestSQL(agate.AgateTestCase): );''') # 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):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor