Fix using sqs_extended_client in tests

This commit is contained in:
Amit Shah 2024-12-03 16:26:59 +00:00
parent 2fa40f4c8a
commit 974864a5b0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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