raulcd opened a new issue, #2743: URL: https://github.com/apache/iceberg-python/issues/2743
### Feature Request / Improvement We heavy relay on `pytest-lazy-fixture` for the project: Unfortunately lazy-fixture hasn't been maintained (not a commit to the project over the last 3 years) and since pytest==8.0.0 (released on 2024-01-27), lazy-fixture is not compatible, see: https://github.com/TvoroG/pytest-lazy-fixture/issues/65 This means we are currently stuck with pytest 7.4.4: - https://github.com/apache/iceberg-python/pull/2727 currently pytest latest is 9.0.1: https://github.com/pytest-dev/pytest/releases We should remove our usage of pytest-lazy-fixture and once we have done so we should upgrade pytest, we can do that separately. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
