- Update to 1.7.1: #1

Manually merged
StevenK merged 1 commits from update-to-1.7.1 into main 2026-02-13 13:26:38 +01:00
Owner
  • Fixing bug where doctest_requires with version specifiers (e.g.,
    numpy>=2.0) incorrectly skipped tests even when dependencies were
    satisfied.
  • Fixing crashing sphinx builds where multiple directives are used with the
    first one expecting content. The order of the directives used does not
    matter after this fix.
  • Versions of Python <3.10 and pytest<7 are no longer supported.
  • Fixing directives that should not have any content and therefore fixing
    previously crashing sphinx builds. Using these directives with a content
    now results an error.
  • Ensure that tests skipped with doctest_skip and doctest_requires
    show up as skipped tests in Pytest's output.
* Fixing bug where __doctest_requires__ with version specifiers (e.g., numpy>=2.0) incorrectly skipped tests even when dependencies were satisfied. * Fixing crashing sphinx builds where multiple directives are used with the first one expecting content. The order of the directives used does not matter after this fix. * Versions of Python <3.10 and pytest<7 are no longer supported. * Fixing directives that should not have any content and therefore fixing previously crashing sphinx builds. Using these directives with a content now results an error. * Ensure that tests skipped with __doctest_skip__ and __doctest_requires__ show up as skipped tests in Pytest's output.
StevenK added 1 commit 2026-02-13 03:02:34 +01:00
* Fixing bug where __doctest_requires__ with version specifiers (e.g.,
    numpy>=2.0) incorrectly skipped tests even when dependencies were
    satisfied.
  * Fixing crashing sphinx builds where multiple directives are used with the
    first one expecting content. The order of the directives used does not
    matter after this fix.
  * Versions of Python <3.10 and pytest<7 are no longer supported.
  * Fixing directives that should not have any content and therefore fixing
    previously crashing sphinx builds. Using these directives with a content
    now results an error.
  * Ensure that tests skipped with __doctest_skip__ and __doctest_requires__
    show up as skipped tests in Pytest's output.
First-time contributor
Build successful, for more information go in https://build.opensuse.org/project/show/home:autogits_obs_staging_bot:python-pytest:PR:33.
StevenK manually merged commit 112a2fc892 into main 2026-02-13 13:26:38 +01:00
StevenK deleted branch update-to-1.7.1 2026-02-16 04:25:58 +01:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: python-pytest/python-pytest-doctestplus#1