dev-python/cmd2: Disable test relying on 'vi'

Bug: https://bugs.gentoo.org/710174
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-23 13:53:17 +02:00
parent 13e026d809
commit be38853b08
2 changed files with 10 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ BDEPEND="
distutils_enable_tests pytest
src_prepare() {
sed -i -e 's:test_which_editor_good:_&:' tests/test_cmd2.py || die
distutils-r1_src_prepare
}
src_test() {
# tests rely on very specific text wrapping...
local -x COLUMNS=80