chore(deps): cap async_timeout<5.0.0 (#31170)

This commit is contained in:
Maxime Beauchemin
2024-11-26 14:12:04 -08:00
committed by GitHub
parent 09802acf0d
commit 529aed5da1
4 changed files with 16 additions and 4 deletions

View File

@@ -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