Move CHANGELOG entry for #2276 to 3.0.8
This commit is contained in:
parent
9062fbb9cc
commit
aad4946fb6
|
@ -1,7 +1,9 @@
|
||||||
3.0.8 (unreleased)
|
3.0.8 (unreleased)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
*
|
* Change capture.py's ``DontReadFromInput`` class to throw ``io.UnsupportedOperation`` errors rather
|
||||||
|
than ValueErrors in the ``fileno`` method (`#2276`_).
|
||||||
|
Thanks `@metasyn`_ for the PR.
|
||||||
|
|
||||||
*
|
*
|
||||||
|
|
||||||
|
@ -12,16 +14,19 @@
|
||||||
*
|
*
|
||||||
|
|
||||||
|
|
||||||
|
.. _@metasyn: https://github.com/metasyn
|
||||||
|
|
||||||
|
|
||||||
|
.. _#2276: https://github.com/pytest-dev/pytest/issues/2276
|
||||||
|
|
||||||
|
|
||||||
3.0.7 (2017-03-14)
|
3.0.7 (2017-03-14)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* Change capture.py's DontReadFromInput class to throw io.UnsupportedOperation errors rather
|
|
||||||
than ValueErrors in the fileno method (`#2276`).
|
|
||||||
Thanks `@metasyn` for the PR.
|
|
||||||
|
|
||||||
* Fix issue in assertion rewriting breaking due to modules silently discarding
|
* Fix issue in assertion rewriting breaking due to modules silently discarding
|
||||||
other modules when importing fails
|
other modules when importing fails
|
||||||
Notably, importing the `anydbm` module is fixed. (`#2248`_).
|
Notably, importing the ``anydbm`` module is fixed. (`#2248`_).
|
||||||
Thanks `@pfhayes`_ for the PR.
|
Thanks `@pfhayes`_ for the PR.
|
||||||
|
|
||||||
* junitxml: Fix problematic case where system-out tag occured twice per testcase
|
* junitxml: Fix problematic case where system-out tag occured twice per testcase
|
||||||
|
@ -61,7 +66,6 @@
|
||||||
.. _@kkoukiou: https://github.com/KKoukiou
|
.. _@kkoukiou: https://github.com/KKoukiou
|
||||||
.. _@omerhadari: https://github.com/omerhadari
|
.. _@omerhadari: https://github.com/omerhadari
|
||||||
.. _@fbjorn: https://github.com/fbjorn
|
.. _@fbjorn: https://github.com/fbjorn
|
||||||
.. _@metasyn: https://github.com/metasyn
|
|
||||||
|
|
||||||
.. _#2248: https://github.com/pytest-dev/pytest/issues/2248
|
.. _#2248: https://github.com/pytest-dev/pytest/issues/2248
|
||||||
.. _#2137: https://github.com/pytest-dev/pytest/issues/2137
|
.. _#2137: https://github.com/pytest-dev/pytest/issues/2137
|
||||||
|
@ -70,7 +74,6 @@
|
||||||
.. _#2234: https://github.com/pytest-dev/pytest/issues/2234
|
.. _#2234: https://github.com/pytest-dev/pytest/issues/2234
|
||||||
.. _#2238: https://github.com/pytest-dev/pytest/issues/2238
|
.. _#2238: https://github.com/pytest-dev/pytest/issues/2238
|
||||||
.. _#2281: https://github.com/pytest-dev/pytest/issues/2281
|
.. _#2281: https://github.com/pytest-dev/pytest/issues/2281
|
||||||
.. _#2276: https://github.com/pytest-dev/pytest/issues/2276
|
|
||||||
|
|
||||||
.. _PEP-479: https://www.python.org/dev/peps/pep-0479/
|
.. _PEP-479: https://www.python.org/dev/peps/pep-0479/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue