@@ -1498,7 +1498,7 @@ def test_db_migrations_sqlite():
'PASSWORD': '',
'HOST': '',
'PORT': '',
- 'OPTIONS': {},
+ 'OPTIONS': {} if sys.version_info[0] > 2 else '',
'ATOMIC_REQUESTS': True,
'CONN_MAX_AGE': 0,
}