Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[NOMERGE] trying to get Python 3.14 tests to pass#30205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
jkseppan wants to merge17 commits intomatplotlib:main
base:main
Choose a base branch
Loading
fromjkseppan:py314-checks

Conversation

jkseppan
Copy link
Member

  • Implement Path.deepcopy avoiding infinite recursion
  • Add metaclass to stub file
  • Fix TransformNode.copy
  • Add Python 3.14b03 to the test matrix
  • pillow build dependencies
  • Don't install PySide2 on 3.14
  • Time out the pytest run at 60 minutes
  • Simplify the metaclass
  • Run only the Python 3.14 test

Give it a metaclass that lets us remove the __deepcopy__ methodfrom sight when executing that method.Closesmatplotlib#29157 without relying on private CPython methods.Does not fix the other issue with TransformNode.__copy__.
without calling copy.copy
With continue-on-error set so failures don't break the build
No reason to look up __deepcopy__ in base classes.
- imagemagick for some tests- sip for PyQt- texlive extra fonts for some pdf tests- requirements/testing/extra.txt
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@jkseppan

[8]ページ先頭

©2009-2025 Movatter.jp