forked from pool/python-pytest-openfiles
- 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:
committed by
Git OBS Bridge
parent
81e54bc8c8
commit
d7baa48806
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e51c91889eb9e4c75f47735efc57a1435f3f1182463600ba7bce7f2556a46884
|
|
||||||
size 6132
|
|
||||||
3
pytest-openfiles-0.4.0.tar.gz
Normal file
3
pytest-openfiles-0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af591422f2bfa95f7690d83aeb8d76bd5421cb8b1dcaf085d58cd92e8d92058d
|
||||||
|
size 7558
|
||||||
@@ -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>
|
Thu Feb 14 14:31:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-openfiles
|
Name: python-pytest-openfiles
|
||||||
Version: 0.3.2
|
Version: 0.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin for detecting inadvertent open file handles
|
Summary: Pytest plugin for detecting inadvertent open file handles
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user