- update to 1.1.0:

* Added --doctest-plus-generate-diff to update documentation
    based on actual output.
  * Fix module level __doctest_requires__.
  * Versions of Python <3.8 are no longer supported.
  * Fix erroneous attempt to import __main__.py by skipping it.
  * Respect pytest --import-mode.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=35
This commit is contained in:
2023-12-31 13:38:28 +00:00
committed by Git OBS Bridge
parent 2f5cc8a2cd
commit fda2f1761a
4 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Dec 31 13:32:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Added --doctest-plus-generate-diff to update documentation
based on actual output.
* Fix module level __doctest_requires__.
* Versions of Python <3.8 are no longer supported.
* Fix erroneous attempt to import __main__.py by skipping it.
* Respect pytest --import-mode.
-------------------------------------------------------------------
Wed Oct 4 12:48:36 UTC 2023 - Ben Greiner <code@bnavigator.de>