| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…path.Path in text.pyi
|
Thanks @rafakatri, and congratulations on your first contribution to Matplotlib! 🎉 |
Sorry, something went wrong.
…672-on-v3.10.x Backport PR #30672 on branch v3.10.x (Use pathlib.Path instead of matplotlib.path.Path in text.pyi)
Use pathlib.Path instead of matplotlib.path.Path in text.pyi
PR matplotlib#30672: Use pathlib.Path instead of matplotlib.path.Path in text.pyi Files changed: - lib/matplotlib/text.pyi (1 line - type stub) This is a type stub fix only (for type checkers). ezmon should not select any tests (type stubs don't affect runtime). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reset to upstream 7266008 (PR matplotlib#30672) - Added -n auto for parallel test execution (matches upstream) - Added --ezmon-noselect to force all tests while collecting fingerprints - Added --timeout=300 --maxfail=50 to match upstream - Discarded Runs 6-12 (codebase parity not verified) This establishes a proper baseline with parallel execution isolation. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
PR summary
Closes #30669
Fix type annotation for Text.fontproperties in text.pyi.
Change import from matplotlib.path.Path to pathlib.Path so that fontproperties correctly accepts filesystem paths. This resolves type checker errors while keeping runtime behavior unchanged.
PR checklist