mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.13] gh-127906: Backport test_cppext changes from the main branch (#127914)
This commit is contained in:
parent
8384279863
commit
b620e503eb
2 changed files with 10 additions and 2 deletions
|
|
@ -76,6 +76,8 @@ def run_cmd(operation, cmd):
|
|||
cmd = [python_exe, '-X', 'dev',
|
||||
'-m', 'pip', 'install', '--no-build-isolation',
|
||||
os.path.abspath(pkg_dir)]
|
||||
if support.verbose:
|
||||
cmd.append('-v')
|
||||
run_cmd('Install', cmd)
|
||||
|
||||
# Do a reference run. Until we test that running python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue