gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)

This commit is contained in:
Steve Dower 2023-05-29 17:58:23 +01:00 committed by GitHub
parent ace676e2c2
commit 6da701511e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,5 @@
When installed from the Microsoft Store, ``pip`` no longer defaults to
per-user installs. However, as the install directory is unwritable, it
should automatically decide to do a per-user install anyway. This should
resolve issues when ``pip`` is passed an option that conflicts with
``--user``.

View file

@ -41,7 +41,6 @@ def public(f):
"options": [
"stable",
"pip",
"pip-user",
"tcltk",
"idle",
"venv",