forked from pool/python-pytest-openfiles
* 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
19 lines
681 B
Plaintext
19 lines
681 B
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 0.3.2:
|
|
* Replace deprecated method to allow for compatibility with pytest-4.1 and later. [#19]
|
|
- Enable tests
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 14 20:03:29 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|