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 931fabe commit dd39827Copy full SHA for dd39827
tests/test_tilebench.py
@@ -24,6 +24,7 @@
24
def test_profiler(src_path, head, get):
25
"""Test profiler."""
26
config = {
27
+ "AWS_NO_SIGN_REQUEST": True,
28
"AWS_DEFAULT_REGION": "us-west-2",
29
"GDAL_DISABLE_READDIR_ON_OPEN": "EMPTY_DIR",
30
}
0 commit comments