mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(deps): cap async_timeout<5.0.0 (#31170)
This commit is contained in:
committed by
GitHub
parent
09802acf0d
commit
529aed5da1
@@ -174,6 +174,9 @@ def test_df_to_sql_if_exists_fail_with_schema(mock_g):
|
||||
|
||||
@mock.patch("superset.db_engine_specs.hive.g", spec={})
|
||||
@mock.patch("superset.db_engine_specs.hive.upload_to_s3")
|
||||
@unittest.skipUnless(
|
||||
SupersetTestCase.is_module_installed("boto3"), "boto3 not installed"
|
||||
)
|
||||
def test_df_to_sql_if_exists_replace(mock_upload_to_s3, mock_g):
|
||||
config = app.config.copy()
|
||||
app.config["CSV_TO_HIVE_UPLOAD_DIRECTORY_FUNC"]: lambda *args: "" # noqa: F722
|
||||
|
||||
Reference in New Issue
Block a user