Skip to content

Commit

Permalink
adding a potential fix for the python 3.5 boto issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Jul 19, 2019
1 parent cf50827 commit 0ab9427
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
@@ -1,9 +1,14 @@
import bucketstore
import os
import pytest
from moto import mock_s3
from typing import Generator


# this is to attempt to hack our way around boto issues
os.environ["AWS_DEFAULT_REGION"] = "us-east-1"


@pytest.fixture(autouse=True)
def login() -> Generator:
"""Fixture that will automatically set the login variables."""
Expand Down

0 comments on commit 0ab9427

Please sign in to comment.