Preparing release version 3.7.1

This commit is contained in:
Bruno Oliveira
2018-08-02 12:04:39 +00:00
parent 4705fd2bbe
commit f7a3f45a18
13 changed files with 57 additions and 15 deletions

View File

@@ -1 +0,0 @@
Raise immediately if ``approx()`` is given an expected value of a type it doesn't understand (e.g. strings, nested dicts, etc.).

View File

@@ -1 +0,0 @@
Correctly represent the dimensions of an numpy array when calling ``repr()`` on ``approx()``.

View File

@@ -1 +0,0 @@
Display the absolute path if ``cache_dir`` is not relative to the ``rootdir`` instead of failing.

View File

@@ -1 +0,0 @@
Fix compatibility problem with plugins and the warning code issued by fixture functions when they are called directly.

View File

@@ -1 +0,0 @@
Fix infinite recursion in ``pytest.approx`` with arrays in ``numpy<1.13``.

View File

@@ -1 +0,0 @@
Pin pathlib2 to ``>=2.2.0`` as we require ``__fspath__`` support.

View File

@@ -1 +0,0 @@
Fix ``TypeError`` when the assertion message is ``bytes`` in python 3.