diff --git a/t/unit/transport/test_SQS.py b/t/unit/transport/test_SQS.py index 090507c5..cb9749ee 100644 --- a/t/unit/transport/test_SQS.py +++ b/t/unit/transport/test_SQS.py @@ -17,11 +17,11 @@ from queue import Empty from unittest.mock import Mock, patch import pytest -import sqs_extended_client from kombu import Connection, Exchange, Queue, messaging boto3 = pytest.importorskip('boto3') +sqs_extended_client = pytest.importorskip('sqs_extended_client') from botocore.exceptions import ClientError # noqa