summaryrefslogtreecommitdiffstats
path: root/Tools/msi
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2022-11-08 16:58:11 (GMT)
committerGitHub <noreply@github.com>2022-11-08 16:58:11 (GMT)
commitd45cc80452b11d5ffc5c9721f74a3e3df8ecad8b (patch)
treea68aceaa899e2d1404b4f5d8d747bb7a3023ce7b /Tools/msi
parent4d5fcca273b24a5566f1507758e5aae60cdf8a98 (diff)
downloadcpython-d45cc80452b11d5ffc5c9721f74a3e3df8ecad8b.zip
cpython-d45cc80452b11d5ffc5c9721f74a3e3df8ecad8b.tar.gz
cpython-d45cc80452b11d5ffc5c9721f74a3e3df8ecad8b.tar.bz2
gh-98627: Add the _testsinglephase Module (gh-99039)
This makes it more clear that a given test is definitely testing against a single-phase init (legacy) extension module. The new module is a companion to _testmultiphase. https://github.com/python/cpython/issues/98627
Diffstat (limited to 'Tools/msi')
-rw-r--r--Tools/msi/test/test_files.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/test/test_files.wxs b/Tools/msi/test/test_files.wxs
index 9127ce8..b5f68fa 100644
--- a/Tools/msi/test/test_files.wxs
+++ b/Tools/msi/test/test_files.wxs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <?define exts=_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testconsole;_testinternalcapi ?>
+ <?define exts=_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testinternalcapi ?>
<Fragment>
<ComponentGroup Id="test_extensions">
<?foreach ext in $(var.exts)?>