Skip to content

Commit efef91a

Browse files
committed
clean
1 parent bf3ab84 commit efef91a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
poetry run python -m pip install tox-gh-actions
2828
poetry install
2929
- name: Test with tox
30-
run: poetry run tox -v
30+
run: poetry run tox

test/helpers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ def test_foo():
1111
This decorator is used to avoid this error.
1212
"""
1313

14-
# try:
15-
# from moto import mock_s3
16-
# return mock_s3(func)
17-
# except ImportError:
18-
# return func
1914
def wrapper(*args, **kwargs):
2015
from moto import mock_s3
2116
with mock_s3():

0 commit comments

Comments
 (0)