Accepting request 795550 from home:bnavigator:branches:devel:languages:python:pytest

- Update to 0.5.0:
  * Updated package infrastructure. [gh#astropy/pytest-openfiles#29]
  * Force garbage collection before checking for open files.
    [gh#astropy/pytest-openfiles#30]
- remove setup.cfg only in check phase. The package installed into
  %python_sitelib/UNKNOWN* before
- use %pytest macro

OBS-URL: https://build.opensuse.org/request/show/795550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-openfiles?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-04-19 17:02:36 +00:00
committed by Git OBS Bridge
parent d7baa48806
commit 39ef5e8b01
4 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Apr 19 14:30:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to 0.5.0:
* Updated package infrastructure. [gh#astropy/pytest-openfiles#29]
* Force garbage collection before checking for open files.
[gh#astropy/pytest-openfiles#30]
- remove setup.cfg only in check phase. The package installed into
%python_sitelib/UNKNOWN* before
- use %pytest macro
-------------------------------------------------------------------
Mon Jul 22 08:54:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>