mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Bump python libs, address insecure releases (#7550)
* Bump python libs, address insecure releases Using https://requires.io/github/mistercrunch/superset/requirements/?branch=apache_release_improv to identify insecure, old releases we're using and bumping. * redis <3.0 * fix new flakes
This commit is contained in:
committed by
GitHub
parent
2a2f395e94
commit
fd5befee38
@@ -108,7 +108,7 @@ class DbEngineSpecsTestCase(SupersetTestCase):
|
||||
'{...} errorMessage="Error while compiling statement: FAILED: '
|
||||
'SemanticException [Error 10001]: Line 4'
|
||||
':5 Table not found \'fact_ridesfdslakj\'", statusCode=3, '
|
||||
'sqlState=\'42S02\', errorCode=10001)){...}')
|
||||
"sqlState='42S02', errorCode=10001)){...}")
|
||||
self.assertEquals((
|
||||
'Error while compiling statement: FAILED: '
|
||||
'SemanticException [Error 10001]: Line 4:5 '
|
||||
|
||||
Reference in New Issue
Block a user