- Update to 0.3.1:

* Fix warnings that occur with pytest-3.7 and later. [#34]
- Enable tests
- Add patch from upstream to build with pytest-4.2+:
  * pytest42.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-remotedata?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-02-15 09:33:58 +00:00
committed by Git OBS Bridge
parent 931e9abe05
commit 2823af1157
5 changed files with 49 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 15 09:20:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.1:
* Fix warnings that occur with pytest-3.7 and later. [#34]
- Enable tests
- Add patch from upstream to build with pytest-4.2+:
* pytest42.patch
-------------------------------------------------------------------
Tue Aug 14 20:03:36 UTC 2018 - toddrme2178@gmail.com