Accepting request 672127 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/672127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-flake8?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2019-02-08 12:48:24 +00:00
committed by Git OBS Bridge
parent 33886f87a0
commit 670cac8e72
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Feb 6 08:41:05 UTC 2019 - alarrosa@suse.com
- Update to version 1.0.4:
* Support flake8 3.7+ by checking existence of "app.make_notifier"
* More fixes for Travis CI -- properly specify Python versions, in
particular for pypy (and fix a typo)
- Update to version 1.0.3:
* Don't use long deprecated functions from pytest, broke with pytest 4.1.0
* Fix typo that caused some tests to not run as expected
* Run Travis CI tests against Python 3.7, and fix some issues with current tox
- Update to version 1.0.2:
* Test on Python 3.7
* Escape a regex tring with r""
-------------------------------------------------------------------
Sun May 6 05:47:30 UTC 2018 - arun@gmx.de