ENH: disable pip version check in plugin manager#6772
Merged
TEParsons merged 2 commits intopsychopy:devfrom Aug 5, 2024
Merged
ENH: disable pip version check in plugin manager#6772TEParsons merged 2 commits intopsychopy:devfrom
TEParsons merged 2 commits intopsychopy:devfrom
Conversation
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.
It's almost guaranteed that the
pipversion shipped with standalone PsychoPy app will go out of date from the latestpip. And there might be good reasons such as #6758 to freezepipversion during building. I'm just adding a lineto disable the pip version check. The other changes are all PEP8 style changes - we should avoid these trailing blank spaces and non-standard codes... they just make sifting through the codes a bit harder on the eyes.
p.s.: @peircej FYI I saw you reverted the
pyproject.tomlchange (#6762), but the current py3.10 PsychoPy for macOS is still shipped withpipversion 24.0. Maybe that's intentional so just flagging it here for you.