- 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-02-15 09:52:53 +00:00
committed by Git OBS Bridge
parent 8b2a2ca9ec
commit 6fad8e30f0
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>