diff --git a/AUTHORS b/AUTHORS index d8c431dc0..3d8dac890 100644 --- a/AUTHORS +++ b/AUTHORS @@ -129,5 +129,6 @@ Tom Viner Trevor Bekolay Tyler Goodlet Vasily Kuznetsov +Vlad Dragos Wouter van Ackooy Xuecong Liao diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a67ec4eee..b3ecf9a3e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,8 @@ * Explain a bad scope value passed to ``@fixture`` declarations or a ``MetaFunc.parametrize()`` call. Thanks `@tgoodlet`_ for the PR. +* Change exception raised by ``capture.DontReadFromInput.fileno()`` from ``ValueError`` + to ``io.UnsupportedOperation``. Thanks `@vlad-dragos`_ for the PR. .. _@philpep: https://github.com/philpep .. _@raquel-ucl: https://github.com/raquel-ucl