- 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

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-openfiles
Version: 0.3.2
Version: 0.4.0
Release: 0
Summary: Pytest plugin for detecting inadvertent open file handles
License: BSD-3-Clause