Skip to content

Remove obsolete call to win32_ver#745

Open
ncoghlan wants to merge 1 commit intojaraco:mainfrom
ncoghlan:patch-1
Open

Remove obsolete call to win32_ver#745
ncoghlan wants to merge 1 commit intojaraco:mainfrom
ncoghlan:patch-1

Conversation

@ncoghlan
Copy link
Copy Markdown

@ncoghlan ncoghlan commented Mar 9, 2026

platform.win32_ver is a deceptively complex function, and its output is no longer used here, so omit the call entirely.

(I encountered this in a test environment that had all unexpected subprocess invocations blocked via pytest-subprocess, and it picked up the attempted call to ver from platform.win32_ver())

platform.win32_ver is a deceptively complex function, and
its output is no longer used here, so omit the call entirely.
@ncoghlan
Copy link
Copy Markdown
Author

The pypy3.10 test execution failure doesn't look related to the PR, it looks like something went wrong in the test execution environment. Might be worth just rerunning the failed checks?

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