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

[6.1.x] Merge pull request #8540 from hauntsaninja/assert310 #8647

Closed
wants to merge 1 commit into from

Conversation

erikkemperman
Copy link

(cherry picked from commit af31c60)

@asottile
Copy link
Member

asottile commented May 9, 2021

sorry, we don't backport to releases prior to the latest minor version -- this has been released in 6.2.4

@asottile asottile closed this May 9, 2021
@erikkemperman
Copy link
Author

Fair enough. I thought I’d give it a shot — I’m running into this bug with mypy’s unit tests, and I expect they will want to continue supporting python 3.5 and thus depend on pytest<6.2.0...

@asottile
Copy link
Member

presumably you only need pytest<6.2.0 for python3.5 and can use modern pytest elsewhere?

@erikkemperman
Copy link
Author

erikkemperman commented May 10, 2021

Yes, I think so. Disclaimer, I’m not a mypy developer, was just playing around with the 3.10 beta and wanted to try out some of the new typing features.

So I suppose mypy will have to split their test-requirements and only use the older pytest for older pythons.

@erikkemperman
Copy link
Author

Thanks for taking a look!

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

Successfully merging this pull request may close these issues.

3 participants