There currently is something strange going on when using Windows and Python 3.12.
The test tests/store/tracking/test_sqlalchemy_store.py::test_create_experiment_appends_to_artifact_local_path_file_uri_correctly_on_windows failed from me in vanilla mlflow (on Windows).
But I'm unable to reproduce that on the mlflow CI.
Follow-up from https://github.com/mlflow/mlflow-go/pull/75
There currently is something strange going on when using Windows and Python 3.12. The test
tests/store/tracking/test_sqlalchemy_store.py::test_create_experiment_appends_to_artifact_local_path_file_uri_correctly_on_windows
failed from me in vanilla mlflow (on Windows).But I'm unable to reproduce that on the mlflow CI.
I'm still not quite sure what is going on.