diff --git a/tests/test_s3.py b/tests/test_s3.py index fe49705..363ef28 100644 --- a/tests/test_s3.py +++ b/tests/test_s3.py @@ -16,7 +16,6 @@ from moto import mock_aws except ImportError: pytestmark = pytest.mark.skipif(True, reason="S3 support not installed") - raise # -----------------------------------------------------------------------------