Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignores missing DLLs dir in CPython3Windows #2369

Merged
merged 8 commits into from Jun 29, 2022

Conversation

reksar
Copy link
Contributor

@reksar reksar commented Jun 28, 2022

Maybe this way is right, but I did it easier to avoid additional checks. I expect that we will eventually go in the right direction and the system tell us that some file or path is missing. It will happen at runtime on the host or in virtual environment, but not at venv creation time.

gaborbernat and others added 8 commits May 31, 2022 23:45
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
It breaks cpython3 tests, because they try to access
non-existent DLLs dir, that were not mocked.
This dir can be missing in some Python distributions,
e.g. in the embeddable Python for Windows.

This fix prevents the error described in
pypa#2368

Also fixes tests that were broken by prev commit.
@gaborbernat gaborbernat merged commit 245cae7 into pypa:main Jun 29, 2022
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.

None yet

3 participants