We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test cases have been adjusted to use pytest instead of unittest. The change happened between MLflow 2.10.2 and 2.11.3.
It does not mean a regression in runtime behavior, but it will add drag to future maintenance of the code base.
Migrate test cases to pytest as well, so updates and changes from upstream can be integrated without further ado.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
The test cases have been adjusted to use pytest instead of unittest. The change happened between MLflow 2.10.2 and 2.11.3.
Evaluation
It does not mean a regression in runtime behavior, but it will add drag to future maintenance of the code base.
Solution
Migrate test cases to pytest as well, so updates and changes from upstream can be integrated without further ado.
The text was updated successfully, but these errors were encountered: