Accepting request 993296 from home:bnavigator:branches:devel:languages:python

- Update to 7.1.2
  * #9726: An unnecessary numpy import inside
    pytest.approx{.interpreted-text role="func"} was removed.
  * #9820: Fix comparison of dataclasses with InitVar.
  * #9869: Increase stacklevel for the NODE_CTOR_FSPATH_ARG
    deprecation to point to the user's code, not pytest.
  * #9871: Fix a bizarre (and fortunately rare) bug where the
    [temp_path]{.title-ref} fixture could raise an internal error
    while attempting to get the current user's username.

OBS-URL: https://build.opensuse.org/request/show/993296
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=102
This commit is contained in:
2022-08-06 15:22:16 +00:00
committed by Git OBS Bridge
parent 1f283a0f4d
commit d294eea617
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Aug 5 11:36:38 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 7.1.2
* #9726: An unnecessary numpy import inside
pytest.approx{.interpreted-text role="func"} was removed.
* #9820: Fix comparison of dataclasses with InitVar.
* #9869: Increase stacklevel for the NODE_CTOR_FSPATH_ARG
deprecation to point to the user's code, not pytest.
* #9871: Fix a bizarre (and fortunately rare) bug where the
[temp_path]{.title-ref} fixture could raise an internal error
while attempting to get the current user's username.
-------------------------------------------------------------------
Fri Mar 25 23:39:31 UTC 2022 - Ben Greiner <code@bnavigator.de>