Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pymupdf/PyMuPDF
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pymupdf/PyMuPDF
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jules-cibw-pyodide
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 16, 2025

  1. scripts/test.py: improvements to --cibw-pyodide.

    Wheel build now succeeds, but testing fails.
    
    This is with cibuildwheel version 3.0.1.
    julian-smith-artifex-com committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    244df04 View commit details
    Browse the repository at this point in the history
  2. setup.py: wip cibw and pyodide.

    We specify pytest in requires_dist if on pyodide, because we cannot `pip
    install` it ourselves because child processes not supported.
    julian-smith-artifex-com committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    5798abe View commit details
    Browse the repository at this point in the history
  3. scripts/test.py: allow tests to run when on pyodide.

    We import pytest and call pytest.main() instead of running command.
    julian-smith-artifex-com committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    a06753a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    aa2cfab View commit details
    Browse the repository at this point in the history
Loading