Accepting request 826232 from home:bnavigator:branches:devel:languages:python:pytest

- Update to Version 4.0.1
  * Maintenance of pytest-flakes has moved from fschulze to
    asmeurer. The repo for pytest-flakes is now at 
    https://github.com/asmeurer/pytest-flakes/
  * Fix test failures. [asmeurer]
  * Fix deprecation warnings from pytest. [asmeurer]
  * Fix invalid escape sequences. [akeeman]
- drop patches for fixed test
  * remove-bad-test.patch
  * replace-pytest-pep8-with-pytest-codestyle.patch
- no pytest-codestyle needed for packaging

OBS-URL: https://build.opensuse.org/request/show/826232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flakes?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-08-13 16:29:37 +00:00
committed by Git OBS Bridge
parent 926362620b
commit 7920a68d49
6 changed files with 25 additions and 84 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 13 08:50:18 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to Version 4.0.1
* Maintenance of pytest-flakes has moved from fschulze to
asmeurer. The repo for pytest-flakes is now at
https://github.com/asmeurer/pytest-flakes/
* Fix test failures. [asmeurer]
* Fix deprecation warnings from pytest. [asmeurer]
* Fix invalid escape sequences. [akeeman]
- drop patches for fixed test
* remove-bad-test.patch
* replace-pytest-pep8-with-pytest-codestyle.patch
- no pytest-codestyle needed for packaging
-------------------------------------------------------------------
Fri Dec 6 14:13:07 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>