Skip to content

ENH: disable pip version check in plugin manager#6772

Merged
TEParsons merged 2 commits intopsychopy:devfrom
mh105:dev-pip-version
Aug 5, 2024
Merged

ENH: disable pip version check in plugin manager#6772
TEParsons merged 2 commits intopsychopy:devfrom
mh105:dev-pip-version

Conversation

@mh105
Copy link
Copy Markdown
Contributor

@mh105 mh105 commented Aug 5, 2024

It's almost guaranteed that the pip version shipped with standalone PsychoPy app will go out of date from the latest pip. And there might be good reasons such as #6758 to freeze pip version during building. I'm just adding a line

cmd.append('--disable-pip-version-check')  # do not check for pip updates

to 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.toml change (#6762), but the current py3.10 PsychoPy for macOS is still shipped with pip version 24.0. Maybe that's intentional so just flagging it here for you.

@TEParsons TEParsons merged commit a406d87 into psychopy:dev Aug 5, 2024
@mh105 mh105 deleted the dev-pip-version branch August 13, 2024 19:37
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.

2 participants