- update to 7.3.1:

* Python 3.12 support
- update to 7.3.0:
  *  --log-disable CLI option added to disable individual loggers.
  * Added tmp_path_retention_count and tmp_path_retention_policy
    configuration options to control how directories created by
    the tmp_path fixture are kept.
  * For list of omprovements and bugfixes, please read
    https://docs.pytest.org/en/stable/changelog.html#pytest-7-3-0-2023-04-08

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=114
This commit is contained in:
Dirk Mueller 2023-05-04 23:28:15 +00:00 committed by Git OBS Bridge
parent 18316d2a99
commit 5bf432e390
4 changed files with 17 additions and 5 deletions

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu May 4 23:26:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.3.1:
* Python 3.12 support
- update to 7.3.0:
* --log-disable CLI option added to disable individual loggers.
* Added tmp_path_retention_count and tmp_path_retention_policy
configuration options to control how directories created by
the tmp_path fixture are kept.
* For list of omprovements and bugfixes, please read
https://docs.pytest.org/en/stable/changelog.html#pytest-7-3-0-2023-04-08
-------------------------------------------------------------------
Thu May 4 23:01:07 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -31,10 +31,9 @@
%bcond_with test
%endif
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pytest%{psuffix}
Version: 7.2.2
Version: 7.3.1
Release: 0
Summary: Simple powerful testing with Python
License: MIT