forked from pool/python-pytest-doctestplus
- Update to 1.7.1: #1
Reference in New Issue
Block a user
Delete Branch "update-to-1.7.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
numpy>=2.0) incorrectly skipped tests even when dependencies were
satisfied.
first one expecting content. The order of the directives used does not
matter after this fix.
previously crashing sphinx builds. Using these directives with a content
now results an error.
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.Build successful, for more information go in https://build.opensuse.org/project/show/home:autogits_obs_staging_bot:python-pytest:PR:33.