Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): add the Data Class feature to nox tests #4583

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_with_only_required_packages(session: nox.Session):
# Metrics - Base provider
# Middleware factory without tracer
# Typing
# Data Class - without codepipeline dataclass
# Event Handler without OpenAPI
build_and_run_test(
session,
Expand All @@ -62,6 +63,7 @@ def test_with_only_required_packages(session: nox.Session):
f"{PREFIX_TESTS_FUNCTIONAL}/metrics/required_dependencies/",
f"{PREFIX_TESTS_FUNCTIONAL}/middleware_factory/required_dependencies/",
f"{PREFIX_TESTS_FUNCTIONAL}/typing/required_dependencies/",
f"{PREFIX_TESTS_UNIT}/data_classes/required_dependencies/",
f"{PREFIX_TESTS_FUNCTIONAL}/event_handler/required_dependencies/",
],
)
Expand Down Expand Up @@ -100,11 +102,13 @@ def test_with_boto3_sdk_as_required_package(session: nox.Session):
"""Tests that depends on boto3/botocore library"""
# Parameters
# Feature Flags
# Data Class - only codepipeline dataclass
build_and_run_test(
session,
folders=[
f"{PREFIX_TESTS_FUNCTIONAL}/parameters/_boto3/",
f"{PREFIX_TESTS_FUNCTIONAL}/feature_flags/_boto3/",
f"{PREFIX_TESTS_UNIT}/data_classes/_boto3/",
f"{PREFIX_TESTS_FUNCTIONAL}/streaming/_boto3/",
],
extras="aws-sdk",
Expand Down
Empty file.
Empty file.