- Update to 0.4.0:

* Added the ability to use * and ? wildcards in open_files_ignore. [#22]
  * Fixed compatibility with pytest 4.2. [#20]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-openfiles?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-07-22 08:55:08 +00:00
committed by Git OBS Bridge
parent 81e54bc8c8
commit d7baa48806
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 22 08:54:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.0:
* Added the ability to use * and ? wildcards in open_files_ignore. [#22]
* Fixed compatibility with pytest 4.2. [#20]
-------------------------------------------------------------------
Thu Feb 14 14:31:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>