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
https://github.com/SeldonIO/MLServer/blob/d3c12b65ab0427a7a50dd8dc59141f15927fad68/pyproject.toml#L77C9-L77C31
Currently installing mlserver==1.6.0.dev2 also installs pytest-lazy-fixture. This should have been specified in the dev-dependencies section.
pytest-lazy-fixture
Also pytest-lazy-fixture is unmaintained and not compatible with pytest>=8.0, so the unforeseen consequence is that the entire test suite breaks on updating mlserver to 1.6.0 😄
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://github.com/SeldonIO/MLServer/blob/d3c12b65ab0427a7a50dd8dc59141f15927fad68/pyproject.toml#L77C9-L77C31
Currently installing mlserver==1.6.0.dev2 also installs
pytest-lazy-fixture
. This should have been specified in the dev-dependencies section.Also
pytest-lazy-fixture
is unmaintained and not compatible with pytest>=8.0, so the unforeseen consequence is that the entire test suite breaks on updating mlserver to 1.6.0 😄The text was updated successfully, but these errors were encountered: