Skip to content

Commit b00e125

Browse files
authored
gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)
Temporarily do not use test_embed in PGO profile builds until the problem with test_init_pyvenv_cfg failing in some configurations is resolved.
1 parent 6ecb620 commit b00e125

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Lib/test/libregrtest/pgo.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
'test_datetime',
2020
'test_decimal',
2121
'test_difflib',
22-
'test_embed',
2322
'test_float',
2423
'test_fstring',
2524
'test_functools',
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Temporarily do not use test_embed in PGO profile builds until the problem
2+
with test_init_pyvenv_cfg failing in some configurations is resolved.

0 commit comments

Comments
 (0)