Accepting request 627901 from home:mimi_vx:branches:devel:languages:python:pytest

- update to 3.7.1 

- update to 3.7.1
 * Raise immediately if approx() is given an expected value of a type it
     doesn’t understand (e.g. strings, nested dicts, etc.).
 * Correctly represent the dimensions of an numpy array when calling repr() on approx().
 * Fix incompatibility with third party plugins during collection, which
     produced the error object has no attribute '_collectfile'.
 * Display the absolute path if cache_dir is not relative to the rootdir instead of failing.
 * Fix compatibility problem with plugins and the warning code issued
     by fixture functions when they are called directly.
 * Fix infinite recursion in pytest.approx with arrays in numpy<1.13.
 * iFix TypeError when the assertion message is bytes in python 3.

OBS-URL: https://build.opensuse.org/request/show/627901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=8
This commit is contained in:
2018-08-07 14:50:27 +00:00
committed by Git OBS Bridge
parent e8313ac3be
commit fa4a23f35b
6 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 7 14:49:42 UTC 2018 - mimi.vx@gmail.com
- update to 3.7.1
-------------------------------------------------------------------
Thu Aug 2 12:57:23 UTC 2018 - mimi.vx@gmail.com