Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

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

jkseppan added 10 commits June 21, 2025 10:10
Give it a metaclass that lets us remove the __deepcopy__ method
from sight when executing that method.

Closes matplotlib#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.
jkseppan added 2 commits June 22, 2025 11:05
- imagemagick for some tests
- sip for PyQt
- texlive extra fonts for some pdf tests
- requirements/testing/extra.txt
jkseppan added 2 commits June 22, 2025 11:26
For building lxml, which is needed to build pikepdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant