- Update to 9.0:

* Add support for pytest 5.4.
  * Add support for Python 3.8.
  * Drop support for python 2.7

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-03-23 09:06:38 +00:00
committed by Git OBS Bridge
parent 50f0eab40f
commit 2052f26b77
4 changed files with 18 additions and 8 deletions

View File

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