Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test suite fails with some versions of pytest #3458

Closed
anthrotype opened this issue Mar 4, 2024 · 0 comments
Closed

test suite fails with some versions of pytest #3458

anthrotype opened this issue Mar 4, 2024 · 0 comments

Comments

@anthrotype
Copy link
Member

I first noticed this in #3457 (comment)

Looks like pytest have just yanked a release 8.1.0 from PyPI. Our tests were passing with it, but now an older pytest 8.0.2 is being > installed and the tests suddenly fail:
pytest-dev/pytest#12069

I attempted to install a few pytest versions and it consistently fails with 8.0.1 and 8.0.2 (the latter is the latest currently available on PyPI as of 4 March 15:50 GMT).

It passes with pytest 8.1.0 released yesterday however they have decided to "yank" it from PyPI for whatever reason which I don't fully understand, so we know get 8.0.2 which fails for us.

If I pin it to ==8.0.0 it works. I have no idea what's going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant