SeldonIO / MLServer

An inference server for your machine learning models, including support for multiple frameworks, multi-model serving and more
https://mlserver.readthedocs.io/en/latest/
Apache License 2.0
659 stars 179 forks source link

pytest-lazy-fixture in dependencies #1806

Closed Calychas closed 2 weeks ago

Calychas commented 3 weeks ago

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 😄