Merge pull request #5362 from asottile/release-4.6.1 (#5365)

Merge pull request #5362 from asottile/release-4.6.1
This commit is contained in:
Bruno Oliveira
2019-06-02 19:17:29 -03:00
committed by GitHub
4 changed files with 33 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2
release-4.6.1
release-4.6.0
release-4.5.0
release-4.4.2
+19
View File
@@ -0,0 +1,19 @@
pytest-4.6.1
=======================================
pytest 4.6.1 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 https://docs.pytest.org/en/latest/changelog.html.
Thanks to all who contributed to this release, among them:
* Anthony Sottile
* Bruno Oliveira
Happy testing,
The pytest Development Team
+1 -1
View File
@@ -441,7 +441,7 @@ Now we can profile which test functions execute the slowest:
========================= slowest 3 test durations =========================
0.30s call test_some_are_slow.py::test_funcslow2
0.20s call test_some_are_slow.py::test_funcslow1
0.21s call test_some_are_slow.py::test_funcslow1
0.10s call test_some_are_slow.py::test_funcfast
========================= 3 passed in 0.12 seconds =========================