New issue 766: Use setuptools, not distutils
https://bitbucket.org/pytest-dev/pytest/issue/766/use-setuptools-not-distutils
Thomas Güttler:
It is very confusing for developers new to python if
they read "you can use distutils or setuptools "
https://pytest.org/latest/goodpractises.html#integ
New issue 767: pytest.raises() doesn't always return Exception instance in py26
https://bitbucket.org/pytest-dev/pytest/issue/767/pytestraises-doesnt-always-return
Eric Siegerman:
Typically, the ExceptionInfo.value returned by _pytest.raises()_ (when the
exception is indeed raised) is an Excepti