]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert pylock.toml change to make MSI builds pass (#149175)
authorPetr Viktorin <encukou@gmail.com>
Thu, 30 Apr 2026 08:30:34 +0000 (10:30 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2026 08:30:34 +0000 (10:30 +0200)
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.

Doc/make.bat
Tools/msi/README.txt

index 64a42257c925714be40da73899a30ab0858a6d53..99f0d5c44f00985d9469f8ee74b4ca4ba6373214 100644 (file)
@@ -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())"
index 8ae156450d5240c7173f737de901c310909a3dfe..4b3de9e82f6f1ac80e4d5557ddfbaf7e7a52f06b 100644 (file)
@@ -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.
-