Update authors/history

This commit is contained in:
Vidar Tonaas Fauske 2017-02-03 16:29:43 +01:00
parent bad261279c
commit 1a88a91c7a
2 changed files with 7 additions and 1 deletions

View File

@ -141,5 +141,6 @@ Trevor Bekolay
Tyler Goodlet Tyler Goodlet
Vasily Kuznetsov Vasily Kuznetsov
Victor Uriarte Victor Uriarte
Vidar T. Fauske
Wouter van Ackooy Wouter van Ackooy
Xuecong Liao Xuecong Liao

View File

@ -6,7 +6,8 @@
* Replace ``raise StopIteration`` usages in the code by simple ``returns`` to finish generators, in accordance to `PEP-479`_ (`#2160`_). * Replace ``raise StopIteration`` usages in the code by simple ``returns`` to finish generators, in accordance to `PEP-479`_ (`#2160`_).
Thanks `@tgoodlet`_ for the report and `@nicoddemus`_ for the PR. Thanks `@tgoodlet`_ for the report and `@nicoddemus`_ for the PR.
* * Skipping plugin now also works with test items generated by custom collectors (`#2231`_).
Thanks to `@vidartf`_.
* *
@ -16,6 +17,10 @@
.. _PEP-479: https://www.python.org/dev/peps/pep-0479/ .. _PEP-479: https://www.python.org/dev/peps/pep-0479/
.. _#2231: https://github.com/pytest-dev/pytest/issues/2231
.. _@vidartf: https://github.com/vidartf
3.0.6 (2017-01-22) 3.0.6 (2017-01-22)
================== ==================