Improve CHANGELOG for 3.6.3
This commit is contained in:
parent
2921ca6e64
commit
fa3161011a
|
@ -18,21 +18,18 @@ Bug Fixes
|
||||||
assertion-rewritten package modules. (`#3061
|
assertion-rewritten package modules. (`#3061
|
||||||
<https://github.com/pytest-dev/pytest/issues/3061>`_)
|
<https://github.com/pytest-dev/pytest/issues/3061>`_)
|
||||||
|
|
||||||
- If the user pass as a expected value a numpy array created like
|
- Fix error in ``pytest.approx`` when dealing with 0-dimension numpy
|
||||||
numpy.array(5); it will creates an array with one element without shape, when
|
arrays. (`#3593 <https://github.com/pytest-dev/pytest/issues/3593>`_)
|
||||||
used with approx it will raise an error for the `repr` 'TypeError: iteration
|
|
||||||
over a 0-d array'. With this PR pytest will iterate properly in the numpy
|
|
||||||
array even with 0 dimension. (`#3593
|
|
||||||
<https://github.com/pytest-dev/pytest/issues/3593>`_)
|
|
||||||
|
|
||||||
- no longer ValueError when using the ``get_marker`` api. (`#3605
|
- No longer raise ``ValueError`` when using the ``get_marker`` API. (`#3605
|
||||||
<https://github.com/pytest-dev/pytest/issues/3605>`_)
|
<https://github.com/pytest-dev/pytest/issues/3605>`_)
|
||||||
|
|
||||||
- Log messages with unicode characters would not appear in the output log file.
|
- Fix problem where log messages with non-ascii characters would not
|
||||||
|
appear in the output log file.
|
||||||
(`#3630 <https://github.com/pytest-dev/pytest/issues/3630>`_)
|
(`#3630 <https://github.com/pytest-dev/pytest/issues/3630>`_)
|
||||||
|
|
||||||
- No longer raise AttributeError when legacy marks can't be stored. (`#3631
|
- No longer raise ``AttributeError`` when legacy marks can't be stored in
|
||||||
<https://github.com/pytest-dev/pytest/issues/3631>`_)
|
functions. (`#3631 <https://github.com/pytest-dev/pytest/issues/3631>`_)
|
||||||
|
|
||||||
|
|
||||||
Improved Documentation
|
Improved Documentation
|
||||||
|
@ -50,7 +47,7 @@ Trivial/Internal Changes
|
||||||
attribute and ``metafunc`` parameter from ``CallSpec2.copy()``. (`#3598
|
attribute and ``metafunc`` parameter from ``CallSpec2.copy()``. (`#3598
|
||||||
<https://github.com/pytest-dev/pytest/issues/3598>`_)
|
<https://github.com/pytest-dev/pytest/issues/3598>`_)
|
||||||
|
|
||||||
- Silence usage of ``reduce`` warning in python 2 (`#3609
|
- Silence usage of ``reduce`` warning in Python 2 (`#3609
|
||||||
<https://github.com/pytest-dev/pytest/issues/3609>`_)
|
<https://github.com/pytest-dev/pytest/issues/3609>`_)
|
||||||
|
|
||||||
- Fix usage of ``attr.ib`` deprecated ``convert`` parameter. (`#3653
|
- Fix usage of ``attr.ib`` deprecated ``convert`` parameter. (`#3653
|
||||||
|
|
Loading…
Reference in New Issue