[Pytest-commit] Issue #766: Use setuptools, not distutils (pytest-dev/pytest)

2015-06-12 Thread Thomas Güttler
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

[Pytest-commit] Issue #767: pytest.raises() doesn't always return Exception instance in py26 (pytest-dev/pytest)

2015-06-12 Thread Eric Siegerman
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