Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 18:44:41 UTC Now

2023-05-05 13:04:34 UTC MAIN commitmail json YAML

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.

(adam)