From f739e2ca62497d15a90ea56f2a92ce0fe85ea85a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Filipe=20La=C3=ADns?= Date: Mon, 2 Mar 2026 20:48:07 +0000 Subject: [PATCH] Add `sysconfig[VPATH]` to `test.pythoninfo` (#145434) --- Lib/test/pythoninfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/pythoninfo.py b/Lib/test/pythoninfo.py index fdd8989f9cb3..6df59946574a 100644 --- a/Lib/test/pythoninfo.py +++ b/Lib/test/pythoninfo.py @@ -539,6 +539,7 @@ def collect_sysconfig(info_add): 'SHELL', 'SOABI', 'TEST_MODULES', + 'VAPTH', 'abs_builddir', 'abs_srcdir', 'prefix', -- 2.47.3