diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-01 21:52:48 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 12:47:12 +0100 |
commit | 6cd4cf695f5458dad594739108da3e2c580e6bd4 (patch) | |
tree | 8a0e6b3670769b81eb1102f89a87d9e64e692efa /dev-python/pytest | |
parent | dev-python/py: Drop old (diff) | |
download | gentoo-6cd4cf695f5458dad594739108da3e2c580e6bd4.tar.gz gentoo-6cd4cf695f5458dad594739108da3e2c580e6bd4.tar.bz2 gentoo-6cd4cf695f5458dad594739108da3e2c580e6bd4.zip |
dev-python/pytest: Restrict failing tests
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-2.8.2.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/pytest/pytest-2.8.2.ebuild b/dev-python/pytest/pytest-2.8.2.ebuild index 7a1d5acf0bd6..3451f9618a14 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 } |