Skip to content

Commit

Permalink
Make test_dms in AWS triggers skipped when no aiobotocore available (#…
Browse files Browse the repository at this point in the history
…45013)

In case aiobotocore is not installed (which might happen when the
latest botocore is used) we should skip the test_dms test.
  • Loading branch information
potiuk authored Dec 17, 2024
1 parent 4000905 commit 39cdc9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/tests/amazon/aws/triggers/test_dms.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@

BASE_TRIGGER_CLASSPATH = "airflow.providers.amazon.aws.triggers.dms."

pytest.importorskip("aiobotocore")


class TestBaseDmsTrigger:
EXPECTED_WAITER_NAME: str | None = None
Expand Down

0 comments on commit 39cdc9c

Please sign in to comment.