mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user