- update to 13.0:
* Drop support for pytest < 7.0. * Add support for Python 3.12. * Fix crashitem names mismatch between client and server. * Fix crash when setup fails with --rerun-except flag. ``--only-rerun`` pattern (if given) and none of the ``--rerun-except`` patterns. Previously, using both pytest >= 6.1.0, as it was removed there. This is a quick fix, * Add a new flag --only-rerun to allow for users to rerun only (PR from @gnikonorov) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=23
This commit is contained in:
parent
38228ce8f9
commit
f7083ed8e3
BIN
pytest-rerunfailures-12.0.tar.gz
(Stored with Git LFS)
BIN
pytest-rerunfailures-12.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pytest-rerunfailures-13.0.tar.gz
Normal file
3
pytest-rerunfailures-13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e132dbe420bc476f544b96e7036edd0a69707574209b6677263c950d19b09199
|
||||
size 20846
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 21:18:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 13.0:
|
||||
* Drop support for pytest < 7.0.
|
||||
* Add support for Python 3.12.
|
||||
* Fix crashitem names mismatch between client and server.
|
||||
* Fix crash when setup fails with --rerun-except flag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 19:55:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-rerunfailures
|
||||
Version: 12.0
|
||||
Version: 13.0
|
||||
Release: 0
|
||||
Summary: A pytest plugin to re-run tests
|
||||
License: MPL-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user