Fixed monkeypatch and werkzeug deprecation#6101
Closed
darkhpk wants to merge 3 commits into
Closed
Conversation
Member
|
Duplicate of #6095. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added fixes introduces in the PR #6072 and fixed the deprecation error encountered in the aforementioned PR.
Fixes Issue: #6071
Fixes PR: #6072
Testing:
pypy3.11: OK ✔ in 32.09 seconds
docs: OK ✔ in 35.11 seconds
py3.14: OK (21.92=setup[12.60]+cmd[9.32] seconds)
py3.14t: OK (18.54=setup[4.81]+cmd[13.73] seconds)
py3.13: OK (16.17=setup[2.54]+cmd[13.63] seconds)
py3.12: OK (21.51=setup[12.76]+cmd[8.75] seconds)
py3.11: OK (16.17=setup[2.83]+cmd[13.34] seconds)
py3.10: OK (22.89=setup[13.22]+cmd[9.68] seconds)
py3.9: OK (22.07=setup[1.70]+cmd[20.37] seconds)
pypy3.11: OK (32.09=setup[12.34]+cmd[19.75] seconds)
tests-min: OK (28.08=setup[7.55]+cmd[7.61,12.91] seconds)
tests-dev: FAIL code 1 (28.08=setup[4.02]+cmd[10.76,13.29] seconds)
But i don't understand for the tests-dev fail, if you can run it in git action to check if it is not a local setup/dependencies problem
would be wonderful.