We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3ab84 commit efef91aCopy full SHA for efef91a
.github/workflows/test.yml
@@ -27,4 +27,4 @@ jobs:
27
poetry run python -m pip install tox-gh-actions
28
poetry install
29
- name: Test with tox
30
- run: poetry run tox -v
+ run: poetry run tox
test/helpers.py
@@ -11,11 +11,6 @@ def test_foo():
11
This decorator is used to avoid this error.
12
"""
13
14
- # try:
15
- # from moto import mock_s3
16
- # return mock_s3(func)
17
- # except ImportError:
18
- # return func
19
def wrapper(*args, **kwargs):
20
from moto import mock_s3
21
with mock_s3():
0 commit comments