Preparing release version 3.2.5
This commit is contained in:
parent
dd6c534468
commit
a220a40350
|
@ -8,6 +8,17 @@
|
||||||
|
|
||||||
.. towncrier release notes start
|
.. towncrier release notes start
|
||||||
|
|
||||||
|
Pytest 3.2.5 (2017-11-15)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
---------
|
||||||
|
|
||||||
|
- Remove ``py<1.5`` restriction from ``pytest`` as this can cause version
|
||||||
|
conflicts in some installations. (`#2926
|
||||||
|
<https://github.com/pytest-dev/pytest/issues/2926>`_)
|
||||||
|
|
||||||
|
|
||||||
Pytest 3.2.4 (2017-11-13)
|
Pytest 3.2.4 (2017-11-13)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Remove ``py<1.5`` restriction from ``pytest`` as this can cause version conflicts in some installations.
|
|
|
@ -6,6 +6,7 @@ Release announcements
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
|
||||||
|
release-3.2.5
|
||||||
release-3.2.4
|
release-3.2.4
|
||||||
release-3.2.3
|
release-3.2.3
|
||||||
release-3.2.2
|
release-3.2.2
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
pytest-3.2.5
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
pytest 3.2.5 has just been released to PyPI.
|
||||||
|
|
||||||
|
This is a bug-fix release, being a drop-in replacement. To upgrade::
|
||||||
|
|
||||||
|
pip install --upgrade pytest
|
||||||
|
|
||||||
|
The full changelog is available at http://doc.pytest.org/en/latest/changelog.html.
|
||||||
|
|
||||||
|
Thanks to all who contributed to this release, among them:
|
||||||
|
|
||||||
|
* Bruno Oliveira
|
||||||
|
|
||||||
|
|
||||||
|
Happy testing,
|
||||||
|
The pytest Development Team
|
Loading…
Reference in New Issue