We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7016b5 commit d26159aCopy full SHA for d26159a
tests/tests_integration/test_aws_connection.py
@@ -7,7 +7,6 @@
7
from base import BaseTest
8
9
from datashuttle.configs.canonical_configs import get_broad_datatypes
10
-from datashuttle.utils import rclone
11
12
13
# @pytest.mark.skipif(os.getenv("CI") is None, reason="Only runs in CI")
@@ -57,6 +56,8 @@ def mock_input(_: str) -> str:
57
56
58
# only tidy up if as expected, otherwise we can leave the folder there to have a look
59
# and delete manually later
60
- rclone.call_rclone(
61
- f"purge central_{no_cfg_project.project_name}_aws:{central_path}"
62
- )
+
+# rclone.call_rclone(
+# f"purge central_{no_cfg_project.project_name}_aws:{central_path}"
63
+# )
0 commit comments