From a94c7900be382e1ff2cdbe45b1e713c7e3e46570 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 30 Apr 2026 10:30:34 +0200 Subject: [PATCH] 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. --- Doc/make.bat | 2 +- Tools/msi/README.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/make.bat b/Doc/make.bat index 64a42257c925..99f0d5c44f00 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 8ae156450d52..4b3de9e82f6f 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. - -- 2.47.3