Sync from SUSE:SLFO:Main python-pytest revision 496db6dbad972051c8e3be29853aba3d

This commit is contained in:
2024-06-14 17:20:45 +02:00
parent 09928966dc
commit 24cfc3f436
4 changed files with 29 additions and 9 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Feb 19 09:15:31 UTC 2024 - Dan Čermák <dcermak@suse.com>
- Add python version constraints to Requires & BuildRequires
-------------------------------------------------------------------
Tue Jan 2 08:23:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.4.4:
* Fix non-string constants at the top of file being detected as
docstrings on Python>=3.8.
* Handle an edge case where :data:`sys.stderr` and
:data:`sys.__stderr__` might already be closed when
:ref:`faulthandler` is tearing down.
* Fixed tracebacks from collection errors not getting pruned.
* Removed unhelpful error message from assertion rewrite
mechanism when exceptions are raised in ``__iter__`` methods.
Now they are treated un-iterable instead.
-------------------------------------------------------------------
Tue Nov 7 12:01:50 UTC 2023 - Dirk Müller <dmueller@suse.com>