Open FrostyX opened 2 days ago
Yes - so we currently force pytest < 8.0.0
. If that link now works, do you want to submit a PR with this?
I can submit a PR. So far, I am trying to get this into the official Fedora repositories, so I am filing all the upstream issues that I need. But after that, I can try to solve them :-)
We use the
pytest_lazyfixture
here:It is not compatible with pytest 8, we should probably use https://github.com/dev-petrov/pytest-lazy-fixtures instead.