From 6cd4cf695f5458dad594739108da3e2c580e6bd4 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 1 Nov 2015 21:52:48 +0100 Subject: [PATCH] dev-python/pytest: Restrict failing tests Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- 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 7a1d5acf0bd6a..3451f9618a149 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 }