From 3142b42de6973acc4a81c4d8a33fd59252023d64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 9 Jul 2019 22:00:26 +0200 Subject: [PATCH] dev-python/cmd2: Use virtx to reenable selection buffer tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cmd2/cmd2-0.9.14.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-python/cmd2/cmd2-0.9.14.ebuild b/dev-python/cmd2/cmd2-0.9.14.ebuild index 4436ff15f8fb..5901eaf47db5 100644 --- a/dev-python/cmd2/cmd2-0.9.14.ebuild +++ b/dev-python/cmd2/cmd2-0.9.14.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python{3_5,3_6,3_7} ) -inherit distutils-r1 +inherit distutils-r1 virtualx DESCRIPTION="Extra features for standard library's cmd module" HOMEPAGE="https://github.com/python-cmd2/cmd2" @@ -32,15 +32,12 @@ DEPEND=" ) " -python_prepare_all() { - # disable test relying on paste buffer - sed -i -e 's:test_send_to_paste_buffer:_&:' tests/test_cmd2.py || die - - distutils-r1_python_prepare_all -} - python_test() { # test rely on very specific text wrapping... local -x COLUMNS=80 pytest -vv || die } + +src_test() { + virtx distutils-r1_src_test +} -- 2.26.2