python-pytest-rerunfailures/python-pytest-rerunfailures.changes
Matej Cepl 4eadb68017 Accepting request 965494 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 10.2
  * Allow recovery from crashed tests with pytest-xdist.
  * Add support for Python 3.10 (as of Python 3.10.rc2). (Thanks to
    @hugovk for the PR.)
  * Allows using a str as condition for
    @pytest.mark.flaky(condition) which gets evaluated dynamically
    similarly to @pytest.mark.skipif(condition). (#162 provided by
    @15klli)
  * Drop support for Python 3.5.
  * Drop support for pytest < 5.3.
  * Add condition keyword argument to the re-run marker. (Thanks to
    @BeyondEvil for the PR.)
  * Add support for Python 3.9. (Thanks to @digitronik for the PR.)
  * Add support for pytest 6.3. (Thanks to @bluetech for the PR.)
  * Add compatibility with pytest-xdist >= 2.0. (Thanks to
    @bluetech for the PR.)
  * Check for the resultlog by feature and not by version as pytest
    master does not provide a consistent version.

OBS-URL: https://build.opensuse.org/request/show/965494
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=15
2022-03-29 19:44:48 +00:00

78 lines
3.0 KiB
Plaintext

-------------------------------------------------------------------
Mon Mar 28 20:58:33 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 10.2
* Allow recovery from crashed tests with pytest-xdist.
* Add support for Python 3.10 (as of Python 3.10.rc2). (Thanks to
@hugovk for the PR.)
* Allows using a str as condition for
@pytest.mark.flaky(condition) which gets evaluated dynamically
similarly to @pytest.mark.skipif(condition). (#162 provided by
@15klli)
* Drop support for Python 3.5.
* Drop support for pytest < 5.3.
* Add condition keyword argument to the re-run marker. (Thanks to
@BeyondEvil for the PR.)
* Add support for Python 3.9. (Thanks to @digitronik for the PR.)
* Add support for pytest 6.3. (Thanks to @bluetech for the PR.)
* Add compatibility with pytest-xdist >= 2.0. (Thanks to
@bluetech for the PR.)
* Check for the resultlog by feature and not by version as pytest
master does not provide a consistent version.
-------------------------------------------------------------------
Sat Nov 7 18:33:40 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to 9.1.1
Compatibility fix.
* Ignore --result-log command line option when used together with
pytest >= 6.1.0, as it was removed there. This is a quick fix,
use an older version of pytest, if you want to keep this
feature for now. (Thanks to @ntessore for the PR)
* Support up to pytest 6.1.0.
- Changelog for 9.1
Features
* Add a new flag --only-rerun to allow for users to rerun only
certain errors.
Other changes
* Drop dependency on mock.
* Add support for pre-commit and add a linting tox target. (#117)
(PR from @gnikonorov)
-------------------------------------------------------------------
Mon Mar 23 09:00:46 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 9.0:
* Add support for pytest 5.4.
* Add support for Python 3.8.
* Drop support for python 2.7
-------------------------------------------------------------------
Wed Dec 4 11:57:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 8.0:
* Explicitly depend on setuptools to ensure installation when
working in environments without it
-------------------------------------------------------------------
Thu Mar 28 13:28:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 7.0:
* Drop support for pytest version 3.8 and 3.9.
* Add support for pytest version 4.2 and 4.3.
* Fixed #83 issue about ignored pytest_runtest_logfinish hooks
-------------------------------------------------------------------
Fri Feb 15 09:52:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Enable tests really
- Update to 6.0:
* Drop support for pytest version 3.6 and 3.7.
* Add support for pytest version 4.0 and 4.1.
* Fixed #77 regression issue introduced in 4.2 related to the rerun attribute on the test report. (#77) (Thanks to @RibeiroAna for the PR).
-------------------------------------------------------------------
Thu Nov 15 00:19:30 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Initial version