Skip to content

Commit

Permalink
Remove env setting from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmarwitz committed Dec 17, 2024
1 parent 39a1132 commit 82e56a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/bucket_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ def boto3_bucket_reference(
The bucket is not created.
"""
import os

# Set environment variables for boto3
os.environ["AWS_ACCESS_KEY_ID"] = access_key
os.environ["AWS_SECRET_ACCESS_KEY"] = secret_key
os.environ["AWS_DEFAULT_REGION"] = "us-east-1"

# Build endpoint host
endpoint_url = None
if host:
Expand Down

0 comments on commit 82e56a3

Please sign in to comment.