python3Packages.sagemaker-mlflow: disable test that depends on older scikit-learn

This commit is contained in:
Sarah Clark
2026-02-23 14:23:59 -08:00
parent 4825a4aeab
commit 731f77026b
@@ -55,6 +55,10 @@ buildPythonPackage rec {
"test_log_artifact"
"test_presigned_url"
"test_presigned_url_with_fields"
# https://github.com/aws/sagemaker-mlflow/issues/16
# TypeError: LogisticRegression.__init__() got an unexpected keyword argument 'multi_class'
"test_model_registry"
];
meta = {