commit: 6cd4cf695f5458dad594739108da3e2c580e6bd4
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 1 20:52:48 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 2 11:47:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd4cf69
dev-python/pytest: Restrict failing tests
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pytest/pytest-2.8.2.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/dev-python/pytest/pytest-2.8.2.ebuild
b/dev-python/pytest/pytest-2.8.2.ebuild
index 7a1d5ac..3451f96 100644
--- a/dev-python/pytest/pytest-2.8.2.ebuild
+++ b/dev-python/pytest/pytest-2.8.2.ebuild
@@ -45,6 +45,13 @@ python_prepare_all() {
# Prevent un-needed d'loading
sed -e "s/'sphinx.ext.intersphinx', //" -i doc/en/conf.py || die
+
+ # https://github.com/pytest-dev/pytest/issues/1162
+ # https://github.com/pytest-dev/pytest/issues/1163
+ sed \
+ -e 's:test_logging_initialized_in_test:_&:g' \
+ -i testing/test_capture.py || die
+
distutils-r1_python_prepare_all
}