Conversation
New version was released - https://github.com/pytest-dev/pytest/releases/tag/9.0.0
|
Thank you @olegrok . |
|
@jerry-git, a polite ping on this one |
|
I've made a fork that allows installing for pytest 9: https://github.com/mdczaplicki/pytest-split-v2 |
|
We have also patched the conda-forge package. So, if you use conda/mamba or pixi🔥 then it will install just fine. |
|
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. |
|
Sorry for the delay! This is now part of 0.11.0. |
|
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