Allow to use pytest 9 - #112
Conversation
New version was released - https://github.com/pytest-dev/pytest/releases/tag/9.0.0
mgu
commented
Dec 5, 2025
Thank you @olegrok . |
melund
commented
Jan 2, 2026
@jerry-git, a polite ping on this one |
mdczaplicki
commented
Jan 14, 2026
I've made a fork that allows installing for pytest 9: https://github.com/mdczaplicki/pytest-split-v2 |
melund
commented
Jan 15, 2026
We have also patched the conda-forge package. So, if you use conda/mamba or pixi🔥 then it will install just fine. |
k4nar
commented
Jan 28, 2026
Note: if you are using [tool.uv]
override-dependencies = ["pytest>=9"]This will allow to install pytest >=9 even though pytest-split explicitly pin an incompatible version. This is not a long term solution, but at least it allows to update other requirements. |
jerry-git
commented
Feb 3, 2026
Sorry for the delay! This is now part of 0.11.0. |
maresb
commented
Feb 3, 2026
Amazing, thanks so much @jerry-git!!! Hope all is well. |
New version was released - https://github.com/pytest-dev/pytest/releases/tag/9.0.0