-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Merge with pypa/distutils@a7cfb56a7 #3311
Conversation
…nt warn when omitted), and stop coercing missing values to the string "UNKNOWN"
Detect when a venv is created from an in-tree build. Fixes #132
Optional fields are really optional
52cd03d
to
9afdc03
Compare
Tests for cygwin are failing because the "tox" command is not found. That's strange and surprising because I'm using the same technique for installing and invoking tox as is used by distutils. |
Apparently Python 3.9 is required for tox to get installed in the path. Not sure why. |
The If you want to find the discussion on the mailing list, I think the script that most recently got mentioned was |
Summary of changes
Closes
Pull Request Checklist
changelog.d/
.(See documentation for details)