17
0
Files
python-xdoctest/python-xdoctest.changes
Robert Schweikert a07bc6e807 - Update to 1.3.0
* New `ASYNC` basic directive to hold the asyncio event loop
    in any section of code. Useful for multitasking tests.
  * Removed `16806_WORKAROUND` as it is not longer needed for Python 3.8+
  * Removed deprecated --xdoc-force-dynamic and --allow-xdoc-dynamic flags
  * Improved speed (~6x) of doctest collection when running in pytest
  * Uses pytest plugin system to disable stdlib doctest instead of monkey patching.
  * Fixed incorrect return type in docstrings
  * The doctest parser no longer expand tabs to spaces

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xdoctest?expand=0&rev=17
2025-10-06 12:42:49 +00:00

6.8 KiB