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: jerry-git/pytest-split
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Choose a base ref
...
head repository: jerry-git/pytest-split
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.0
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on Nov 14, 2024

  1. Fix test failure in Python 3.14a

    Due to recent changes in argparse error message construction the test
    that is checking for the non-existing split algorithm was failing.
    python/cpython#117766
    
    Fixed with a lenient error string check with additional dynamic algorithm
    check.
    dogukancagatay committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a8337b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Merge pull request #107 from dogukancagatay/fix-python-314-test-failure

    Fix test failure in Python 3.14a
    jerry-git authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fb9af7e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

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

Commits on Feb 3, 2026

  1. Merge pull request #112 from olegrok/patch-1

    Allow to use pytest 9
    jerry-git authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    8f9ea56 View commit details
    Browse the repository at this point in the history
  2. Add pytest 9 support and update Poetry configuration

    - Add pytest 9.x to supported versions in changelog
    - Migrate poetry.dev-dependencies to poetry.group.dev.dependencies
    - Regenerate lock file with Poetry 2.3.2
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    jerry-git and claude committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    6d1c496 View commit details
    Browse the repository at this point in the history
  3. Add support for Python 3.14

    - Add Python 3.14 to pyproject.toml classifiers
    - Add Python 3.14 to CI test matrix
    - Update changelog
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    jerry-git and claude committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    43aaeb7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #116 from jerry-git/add-python-3.14-support

    Add support for Python 3.14
    jerry-git authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    fd17549 View commit details
    Browse the repository at this point in the history
  5. Remove support for Python 3.8 and 3.9 (end-of-life)

    - Remove Python 3.8 and 3.9 from pyproject.toml classifiers
    - Update minimum Python version to 3.10
    - Remove Python 3.8 and 3.9 from CI test matrix
    - Update README requirements
    - Update ruff and black target versions
    - Modernize type hints to use built-in generics (list, dict, tuple)
      instead of typing module imports
    - Update changelog
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    jerry-git and claude committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    533a763 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #117 from jerry-git/remove-python-38-39-eol

    Remove support for Python 3.8 and 3.9 (end-of-life)
    jerry-git authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    95a0184 View commit details
    Browse the repository at this point in the history
  7. Release 0.11.0

    jerry-git committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    fb5d0c1 View commit details
    Browse the repository at this point in the history
Loading