]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)
authorNed Deily <nad@python.org>
Mon, 13 Jan 2025 09:02:18 +0000 (04:02 -0500)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 09:02:18 +0000 (04:02 -0500)
Temporarily do not use test_embed in PGO profile builds until the problem with test_init_pyvenv_cfg failing in some configurations is resolved.

Lib/test/libregrtest/pgo.py
Misc/NEWS.d/next/Tests/2025-01-13-01-29-08.gh-issue-128690.cPFVDb.rst [new file with mode: 0644]

index f762345c88cde3be7058fcbc4689330e9f980f73..04803ddf64453ce7ae362765297c0f9ce381851a 100644 (file)
@@ -19,7 +19,6 @@ PGO_TESTS = [
     'test_datetime',
     'test_decimal',
     'test_difflib',
-    'test_embed',
     'test_float',
     'test_fstring',
     'test_functools',
diff --git a/Misc/NEWS.d/next/Tests/2025-01-13-01-29-08.gh-issue-128690.cPFVDb.rst b/Misc/NEWS.d/next/Tests/2025-01-13-01-29-08.gh-issue-128690.cPFVDb.rst
new file mode 100644 (file)
index 0000000..fb84334
--- /dev/null
@@ -0,0 +1,2 @@
+Temporarily do not use test_embed in PGO profile builds until the problem
+with test_init_pyvenv_cfg failing in some configurations is resolved.