forked from pool/python-pytest-doctestplus
* 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.
Description
No description provided
Languages
RPM Spec
100%