Changelog for
python3-pytest-rerunfailures-9.1.1-150000.3.3.1.noarch.rpm :
* Mon Mar 14 2022 adrian.glaubitzAATTsuse.com- Include in SLE-15 (bsc#1195916, bsc#1196696, jsc#PM-3356, jsc#SLE-23972)
* Sat Nov 07 2020 codeAATTbnavigator.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 AATTntessore 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 AATTgnikonorov)
* Mon Mar 23 2020 tchvatalAATTsuse.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 04 2019 tchvatalAATTsuse.com- Update to 8.0:
* Explicitly depend on setuptools to ensure installation when working in environments without it
* Thu Mar 28 2019 tchvatalAATTsuse.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 2019 tchvatalAATTsuse.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 AATTRibeiroAna for the PR).
* Thu Nov 15 2018 toddrme2178AATTgmail.com- Initial version