Skip to content

Commit 6d31ed4

Browse files
chore(ci): add the Streaming feature to nox tests (#4575)
1 parent 63d91ac commit 6d31ed4

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def test_with_boto3_sdk_as_required_package(session: nox.Session):
103103
folders=[
104104
f"{PREFIX_TESTS_FUNCTIONAL}/parameters/_boto3/",
105105
f"{PREFIX_TESTS_FUNCTIONAL}/feature_flags/_boto3/",
106+
f"{PREFIX_TESTS_FUNCTIONAL}/streaming/_boto3/",
106107
],
107108
extras="aws-sdk",
108109
)

tests/functional/streaming/_boto3/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)