Skip to content

[3.12] gh-117347: Fix test_clinic side effects (#117363) - #117365

Merged
vstinner merged 1 commit into
python:3.12from
vstinner:test_clinic_side_effects12
Mar 29, 2024
Merged

[3.12] gh-117347: Fix test_clinic side effects (#117363)#117365
vstinner merged 1 commit into
python:3.12from
vstinner:test_clinic_side_effects12

Conversation

@vstinner

@vstinnervstinner commented Mar 29, 2024

Copy link
Copy Markdown
Member

Save/restore converters in ClinicWholeFileTest and ClinicExternalTest.

(cherry picked from commit 35b6c4a)

Save/restore converters in ClinicWholeFileTest and
ClinicExternalTest.
(cherry picked from commit 35b6c4a)
@bedevere-appbedevere-appBot added the tests Tests in the Lib/test dir label Mar 29, 2024
@vstinnervstinner added the needs backport to 3.11 only security fixes label Mar 29, 2024
@vstinner
vstinner merged commit c80d138 into python:3.12Mar 29, 2024
@vstinner
vstinner deleted the test_clinic_side_effects12 branch March 29, 2024 11:04
@miss-islington-app

Copy link
Copy Markdown

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 29, 2024
pythonGH-117365)
pythongh-117347: Fix test_clinic side effects (pythonGH-117363)
Save/restore converters in ClinicWholeFileTest and
ClinicExternalTest.
(cherry picked from commit c80d138)
Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 35b6c4a)
@bedevere-app

Copy link
Copy Markdown

GH-117366 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.11 only security fixes label Mar 29, 2024
vstinner added a commit that referenced this pull request Mar 29, 2024
…-117365) (#117366)
[3.12] gh-117347: Fix test_clinic side effects (GH-117363) (GH-117365)
gh-117347: Fix test_clinic side effects (GH-117363)
Save/restore converters in ClinicWholeFileTest and
ClinicExternalTest.
(cherry picked from commit c80d138)
Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 35b6c4a)
Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner