dev-python/pytest: Restrict failing tests

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-01 21:52:48 +01:00
parent 48f83e7878
commit 6cd4cf695f

View File

@@ -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
}