Skip mypy install for pypy and mypy tests if it's not installed#2905
Merged
Pierre-Sassoulas merged 2 commits intopylint-dev:mainfrom Dec 13, 2025
Merged
Skip mypy install for pypy and mypy tests if it's not installed#2905Pierre-Sassoulas merged 2 commits intopylint-dev:mainfrom
Pierre-Sassoulas merged 2 commits intopylint-dev:mainfrom
Conversation
Member
|
I think we could add a skip if mypy is not installed, let me know if you want me to do it. |
988157a to
9c87714
Compare
Pierre-Sassoulas
approved these changes
Dec 13, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2905 +/- ##
=======================================
Coverage 93.39% 93.39%
=======================================
Files 92 92
Lines 11214 11214
=======================================
Hits 10473 10473
Misses 741 741
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
pylint-backport bot
pushed a commit
that referenced
this pull request
Dec 13, 2025
(cherry picked from commit 723c66b)
Pierre-Sassoulas
pushed a commit
that referenced
this pull request
Dec 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mypy recently added the
librtdependency. Unfortunately it can't be installed on PyPy, thus causing the CI builds to fail.It's already resolved upstream but not yet released. Once it is, this PR can be reverted. python/mypy#20384