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: scientific-python/pytest-doctestplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: scientific-python/pytest-doctestplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 17 commits
  • 11 files changed
  • 5 contributors

Commits on Nov 20, 2025

  1. Configuration menu
    Copy the full SHA
    c235213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcba9ae View commit details
    Browse the repository at this point in the history
  3. MAINT: dropping pytest<7 support (7.0 is the first with official Pyth…

    …on 3.10 compatibility)
    bsipocz committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    c420aed View commit details
    Browse the repository at this point in the history
  4. DOC: adding changelog

    bsipocz committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    152091b View commit details
    Browse the repository at this point in the history
  5. Update CHANGES.rst

    Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
    bsipocz and pllim authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    5ab5024 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #313 from bsipocz/MAINT_remove_py39_pytest_lt_7

    MAINT: dropping python 3.9 support and pytest<7
    pllim authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    671f0a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Bump the actions group in /.github/workflows with 2 updates

    Bumps the actions group in /.github/workflows with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/checkout` from 5.0.0 to 6.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...1af3b93)
    
    Updates `actions/setup-python` from 6.0.0 to 6.1.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@e797f83...83679a8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/setup-python
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    b121b84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #314 from scientific-python/dependabot/github_acti…

    …ons/dot-github/workflows/actions-78e82347d6
    
    Bump the actions group in /.github/workflows with 2 updates
    bsipocz authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    9f16fd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. Bump actions/checkout in /.github/workflows in the actions group

    Bumps the actions group in /.github/workflows with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 6.0.0 to 6.0.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1af3b93...8e8c483)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    66dd5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df97342 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2026

  1. Configuration menu
    Copy the full SHA
    534ea82 View commit details
    Browse the repository at this point in the history
  2. Test for content before indexing.

    When there are two directives in series, the first one will not have
    any content.  As a result, self.content[0] will raise an error.
    mkelley committed Jan 2, 2026
    Configuration menu
    Copy the full SHA
    c2ca08a View commit details
    Browse the repository at this point in the history
  3. Avoid rendering empty blocks.

    DoctestSkipDirective inherits from SphinxDirective, which does not
    render empty blocks when content is empty.
    mkelley committed Jan 2, 2026
    Configuration menu
    Copy the full SHA
    fb5db0c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Merge pull request #315 from scientific-python/dependabot/github_acti…

    …ons/dot-github/workflows/actions-2507bcfa80
    
    Bump actions/checkout from 6.0.0 to 6.0.1 in /.github/workflows in the actions group
    bsipocz authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    6d325b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. DOC: adding changelog

    bsipocz committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    4f624dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #316 from mkelley/test-multiple-directives-2026.01

    Test multiple directives
    bsipocz authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    9c89a67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8248fb7 View commit details
    Browse the repository at this point in the history
Loading