Skip to content

Conversation

tomuben
Copy link
Collaborator

@tomuben tomuben commented Sep 24, 2025

Comment on lines +146 to +156
"pydantic.v1.mypy", #Used for pydantic mypy plugin, which is not useful in UDFs
"pydantic.mypy", #Used for pydantic mypy plugin, which is not useful in UDFs
"pydevd_plugins.extensions",
"pyximport.pyxbuild", #Still uses distutils which was removed in Python 3.12, see https://github.com/cython/cython/blob/master/pyximport/pyxbuild.py
"sagemaker.amtviz", # Visualisation not needed in UDF's
"sagemaker.aws_batch",
"sagemaker.mlflow",
"sagemaker.modules.train.container_drivers.distributed_drivers.mpi_driver",
"sklearn.externals.array_api_compat",
"starlette",
"uvicorn",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to ignore for new Python 3.12 standard flavor

sgn4sangar
sgn4sangar previously approved these changes Sep 26, 2025
@tomuben tomuben merged commit 8d6b2fc into master Oct 1, 2025
88 checks passed
@tomuben tomuben deleted the features/1255_python_3.12_standard_flavor_tests branch October 1, 2025 09:14
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.

2 participants