Go to file
Dirk Mueller bcd70373b1 - update to 7.4.0:
*  Added
    :func:`ExceptionInfo.from_exception()
    <pytest.ExceptionInfo.from_exception>`, a simpler way to
    create an :class:`~pytest.ExceptionInfo` from an exception.
    This can replace :func:`ExceptionInfo.from_exc_info()
    <pytest.ExceptionInfo.from_exc_info()>` for most uses.
  * Update test log report annotation
    to named tuple and fixed inconsistency in docs for
    🪝`pytest_report_teststatus` hook.
  * When an exception traceback to be
    displayed is completely filtered out (by mechanisms such as
    ``__tracebackhide__``, internal frames, and similar), now
    only the exception string and the following message are
    shown:
      "All traceback entries are hidden. Pass `--full-trace` to see
      hidden and internal frames.".
  * Improved verbose output (``-vv``)
    of ``skip`` and ``xfail`` reasons by performing text wrapping
    while leaving a clear margin for progress output.
  * Added ``TerminalReporter.wrap_write()`` as a helper for that.
  * Added handling of ``%f``
    directive to print microseconds in log format options, such
    as ``log-date-format``.
  * Added the underlying exception to the cache provider's path
    creation and write warning messages.
  * Added warning when :confval:`testpaths` is set, but paths are
    not found by glob.
    In this case, pytest will fall back to searching from the
    current directory.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=122
2023-07-15 15:06:57 +00:00
_multibuild Accepting request 662938 from home:mcepl:branches:devel:languages:python:pytest 2019-01-07 08:53:28 +00:00
.gitattributes Accepting request 106138 from devel:languages:python 2012-03-05 17:01:42 +00:00
.gitignore Accepting request 106138 from devel:languages:python 2012-03-05 17:01:42 +00:00
pytest-7.4.0.tar.gz - update to 7.4.0: 2023-07-15 15:06:57 +00:00
python-pytest.changes - update to 7.4.0: 2023-07-15 15:06:57 +00:00
python-pytest.spec - update to 7.4.0: 2023-07-15 15:06:57 +00:00