https://github.com/python/cpython/commit/a94c7900be382e1ff2cdbe45b1e713c7e3e46570
commit: a94c7900be382e1ff2cdbe45b1e713c7e3e46570
branch: main
author: Petr Viktorin <[email protected]>
committer: encukou <[email protected]>
date: 2026-04-30T10:30:34+02:00
summary:
Revert pylock.toml change to make MSI builds pass (#149175)
GH-149058 made MSI installer tests fail. GHA didn't catch this because
MSI-related files weren't changed.
This reverts the build.bat change from commit
40dc61a0e0672810c3934da8cc2eda68027c24ce.
Also: a README style nitpick to trigger CI.
files:
M Doc/make.bat
M Tools/msi/README.txt
diff --git a/Doc/make.bat b/Doc/make.bat
index 64a42257c92571..99f0d5c44f0098 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -13,7 +13,7 @@ if not defined SPHINXBUILD (
%PYTHON% -c "import sphinx" > nul 2> nul
if errorlevel 1 (
echo Installing sphinx with %PYTHON%
- %PYTHON% -m pip install -r pylock.toml
+ %PYTHON% -m pip install -r requirements.txt
if errorlevel 1 exit /B
)
set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys;
sys.exit(sphinx.cmd.build.main())"
diff --git a/Tools/msi/README.txt b/Tools/msi/README.txt
index 8ae156450d5240..4b3de9e82f6f1a 100644
--- a/Tools/msi/README.txt
+++ b/Tools/msi/README.txt
@@ -528,4 +528,3 @@ explicitly handled by the installer. Python packages
installed later
using a tool like pip will not be removed. Some components may be
installed by other installers and these will not be removed if another
product has a dependency on them.
-
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]