commit:     b4e7d04379fcb8f2ff1cc0a4c9539ae80f419ad8
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 09:56:26 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 09:56:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e7d043

sci-visualization/dash-table: enabling test

Closes: https://bugs.gentoo.org/810457
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash-table/dash-table-4.11.3.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild 
b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
index 54da85f007f..d1576cddf04 100644
--- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
+++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
@@ -18,3 +18,12 @@ KEYWORDS="~amd64 ~x86"
 DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND=""
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+       # Needs percy - not available
+       rm -r tests/selenium || die
+
+       distutils-r1_python_prepare_all
+}

Reply via email to