Skip to content

Commit

Permalink
set aws region in moto
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 20, 2023
1 parent 91828de commit 7da4b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/io/cloud/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def monkeypatch_module() -> Any:
def s3_base(monkeypatch_module: Any) -> Iterator[str]:
monkeypatch_module.setenv("AWS_ACCESS_KEY_ID", "accesskey")
monkeypatch_module.setenv("AWS_SECRET_ACCESS_KEY", "secretkey")
monkeypatch_module.setenv("AWS_DEFAULT_REGION", "us-west-2")

host = "127.0.0.1"
port = 5000
Expand Down

0 comments on commit 7da4b2a

Please sign in to comment.