Update AUTHORS, CHANGELOG
This commit is contained in:
parent
3d18c9c1c6
commit
8db9915374
1
AUTHORS
1
AUTHORS
|
@ -16,6 +16,7 @@ Antony Lee
|
||||||
Armin Rigo
|
Armin Rigo
|
||||||
Aron Curzon
|
Aron Curzon
|
||||||
Aviv Palivoda
|
Aviv Palivoda
|
||||||
|
Barney Gale
|
||||||
Ben Webb
|
Ben Webb
|
||||||
Benjamin Peterson
|
Benjamin Peterson
|
||||||
Bernard Pratz
|
Bernard Pratz
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
3.0.6.dev0 (unreleased)
|
3.0.6.dev0 (unreleased)
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
*
|
* Conditionless ``xfail`` markers no longer rely on the underlying test item
|
||||||
|
being an instance of ``PyobjMixin``, and can therefore apply to tests not
|
||||||
|
collected by the built-in python test collector. Thanks `@barneygale`_ for the
|
||||||
|
PR.
|
||||||
|
|
||||||
* pytest no longer recognizes coroutine functions as yield tests (`#2129`_).
|
* pytest no longer recognizes coroutine functions as yield tests (`#2129`_).
|
||||||
Thanks to `@malinoff`_ for the PR.
|
Thanks to `@malinoff`_ for the PR.
|
||||||
|
|
Loading…
Reference in New Issue