forked from pool/python-pytest-rerunfailures
Accepting request 846854 from home:bnavigator:branches:devel:languages:python:pytest
- 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)
OBS-URL: https://build.opensuse.org/request/show/846854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user