Skip to content

Fix unit tests failures#5574

Open
mollyheamazon wants to merge 4 commits intoaws:master-v2from
mollyheamazon:master-v2
Open

Fix unit tests failures#5574
mollyheamazon wants to merge 4 commits intoaws:master-v2from
mollyheamazon:master-v2

Conversation

@mollyheamazon
Copy link
Contributor

@mollyheamazon mollyheamazon commented Feb 25, 2026

Issue #, if available:

Description of changes:

  1. Python 3.9 and 3.12 failure: Added setuptools to requirements/extras/test_requirements.txt since it's no longer included by default in Python 3.12+ virtual environments, and pytest-rerun failures depends on pkg_resources from setuptools.

  2. Python 3.10 and 3.11 failure: Fixed the mock in tests/unit/sagemaker/feature_store/test_dataset_builder.py by setting sagemaker_config = None on the mock object. This prevents the validation error when the code tries to validate the config against a JSON schema.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant