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