- update to 7.3.2:

* Fix bug where very long option
    names could cause pytest to break with ``OSError: [Errno 36]
    File name too long`` on some systems.
  * Support for Python 3.12
  * honored to load root ``conftests``.
  * The `monkeypatch` `setitem`/`delitem` type annotations now
    allow `TypedDict` arguments.
  * Fixed bug in assertion rewriting
    where a variable assigned with the walrus operator could not
    be used later in a function call.
  * Fixed ``--last-failed``'s
    "(skipped N files)" functionality for files inside of
    packages (directories with `__init__.py` files).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=120
This commit is contained in:
Dirk Mueller 2023-06-19 20:14:34 +00:00 committed by Git OBS Bridge
parent 8954b3dab0
commit f79ef73de4
4 changed files with 22 additions and 4 deletions

BIN
pytest-7.3.1.tar.gz (Stored with Git LFS)

Binary file not shown.

3
pytest-7.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b
size 1338457

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jun 19 20:12:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.3.2:
* Fix bug where very long option
names could cause pytest to break with ``OSError: [Errno 36]
File name too long`` on some systems.
* Support for Python 3.12
* honored to load root ``conftests``.
* The `monkeypatch` `setitem`/`delitem` type annotations now
allow `TypedDict` arguments.
* Fixed bug in assertion rewriting
where a variable assigned with the walrus operator could not
be used later in a function call.
* Fixed ``--last-failed``'s
"(skipped N files)" functionality for files inside of
packages (directories with `__init__.py` files).
-------------------------------------------------------------------
Tue Jun 13 10:35:00 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -33,7 +33,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest%{psuffix}
Version: 7.3.1
Version: 7.3.2
Release: 0
Summary: Simple powerful testing with Python
License: MIT