mirror of https://github.com/celery/kombu.git
Fix using sqs_extended_client in tests
This commit is contained in:
parent
2fa40f4c8a
commit
974864a5b0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue