Uh oh!
There was an error while loading. Please reload this page.
Fix mypy tests on 3.10 - #771
Conversation
euresti
commented
Feb 25, 2021
Why didn't that work? I'm gonna have to install Python 3.10 I guess. Sigh. |
euresti
commented
Feb 25, 2021
Oh it looks like python/typeshed#5044 hasn't been included with mypy yet. We might have to wait for another mypy release. |
hynek
commented
Jun 14, 2021
Great news! 3.10 is passing! Bad news! Everything else is broken! 😂 We've already noticed it in #824 that test_mypy seems to be broken now in CI. Did they merge something you needed? |
euresti
commented
Jun 14, 2021
Looks like single quote went to double quote: Let me see what caused it and fix it. |
euresti
commented
Jun 14, 2021
Here's what prompted the change: python/mypy#7445 Ok I'll just change our tests to use double quotes. |
euresti
commented
Jun 14, 2021
Should we pin a mypy version in tox.ini? |
hynek
commented
Jun 14, 2021
Unless it’s necessary, rather not? We want to learn about breakage ASAP. Or do you mean it as a temporary fix? On a phone rn so can’t fully investigate the MyPy issues. |
euresti
commented
Jun 14, 2021
Fix is here: #825 |
euresti
commented
Jun 14, 2021
I think one of the merges killed my diff. Hang on. |
Looks like this was a bug fixed upstream
hynek
left a comment
There was a problem hiding this comment.
Cool!
since you didn’t change any code, I assume codecov is just being difficult.
Looks like this was a bug fixed upstream
Fixes#767
Pull Request Check List
This is just a friendly reminder about the most common mistakes. Please make sure that you tick all boxes. But please read our contribution guide at least once, it will save you unnecessary review cycles!
If an item doesn't apply to your pull request, check it anyway to make it apparent that there's nothing left to do. If your pull request is a documentation fix or a trivial typo, feel free to delete the whole thing.
.pyi).tests/typing_example.py.docs/api.rstby hand.@attr.s()have to be added by hand too.versionadded,versionchanged, ordeprecateddirectives. Find the appropriate next version in our__init__.pyfile..rstfiles is written using semantic newlines.changelog.d.If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!