Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-yokomoto committed Dec 14, 2023
1 parent bf3ab84 commit efef91a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
poetry run python -m pip install tox-gh-actions
poetry install
- name: Test with tox
run: poetry run tox -v
run: poetry run tox
5 changes: 0 additions & 5 deletions test/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ def test_foo():
This decorator is used to avoid this error.
"""

# try:
# from moto import mock_s3
# return mock_s3(func)
# except ImportError:
# return func
def wrapper(*args, **kwargs):
from moto import mock_s3
with mock_s3():
Expand Down

0 comments on commit efef91a

Please sign in to comment.