Skip to content

Commit

Permalink
chore(ci): add the Streaming feature to nox tests (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena authored Jun 20, 2024
1 parent 63d91ac commit 6d31ed4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def test_with_boto3_sdk_as_required_package(session: nox.Session):
folders=[
f"{PREFIX_TESTS_FUNCTIONAL}/parameters/_boto3/",
f"{PREFIX_TESTS_FUNCTIONAL}/feature_flags/_boto3/",
f"{PREFIX_TESTS_FUNCTIONAL}/streaming/_boto3/",
],
extras="aws-sdk",
)
Expand Down
Empty file.

0 comments on commit 6d31ed4

Please sign in to comment.