Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-rerunfailures
From: Adam Ciarcinski
Date: 2023-05-05 15:04:34
Message id: 20230505130434.C3443FA87@cvs.NetBSD.org
Log Message:
py-test-rerunfailures: updated to 11.1.2
11.1.2 (2023-03-09)
-------------------
- Execute teardown when test was skipped in setup phase of a fixture.
11.1.1 (2023-02-17)
-------------------
- Fix crash during teardown when runtest protocol hook is overwritten by
another plugin.
- Fix crash during teardown when TestCase class is used as base class.
11.1 (2023-02-09)
-----------------
Bug fixes
- Run teardown of session, class, ... scoped fixtures only once after rerunning tests
Features
- Expose `reruns` and `reruns_delay` through `pytest.ini` file.
11.0 (2023-01-12)
-----------------
Breaking changes
- Drop support for Python 3.6.
- Drop support for pytest < 6.
Bug fixes
- Fix crash when pytest-xdist is installed but disabled.
- Fix crash when xfail(strict=True) mark is used with --rerun-only flag.
Features
- Added option `--rerun-except` to rerun failed tests those are other than the \
mentioned Error.
- Add support for Python 3.11.
- Add support for pytest 7.0, 7.1, 7.2.
Files: