Subject: CVS commit: pkgsrc/devel/py-test-rerunfailures
From: Adam Ciarcinski
Date: 2023-10-29 17:46:38
Message id: 20231029164638.90E3DFADC@cvs.NetBSD.org

Log Message:
py-test-rerunfailures: updated to 12.0

12.0 (2023-07-05)
-----------------

Breaking changes

- Drop support for pytest < 6.2.

Features

- Add ``only_rerun`` and ``rerun_except`` arguments to ``@pytest.mark.flaky`` marker.
- Add support for pytest 7.3, 7.4.

Bug fixes

- Failures are now rerun only if they match at least one ``--only-rerun``
  pattern (if given) and none of the ``--rerun-except`` patterns. Previously,
  using both ``--only-rerun`` and ``--rerun-except`` together could cause
  failures to be rerun even if they did not match any ``--only-rerun``
  pattern, and when using multiple ``--rerun-except`` patterns, all failures
  would be rerun unless they matched every pattern.

Files:
RevisionActionfile
1.7modifypkgsrc/devel/py-test-rerunfailures/Makefile
1.2modifypkgsrc/devel/py-test-rerunfailures/PLIST
1.8modifypkgsrc/devel/py-test-rerunfailures/distinfo