diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-08-29 11:56:26 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-08-29 11:56:26 +0200 |
commit | b4e7d04379fcb8f2ff1cc0a4c9539ae80f419ad8 (patch) | |
tree | 745983f47118b45f5802c8acac21baf257f2c282 /sci-visualization | |
parent | net-misc/autossh: keyword ~riscv (diff) | |
download | gentoo-b4e7d04379fcb8f2ff1cc0a4c9539ae80f419ad8.tar.gz gentoo-b4e7d04379fcb8f2ff1cc0a4c9539ae80f419ad8.tar.bz2 gentoo-b4e7d04379fcb8f2ff1cc0a4c9539ae80f419ad8.zip |
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@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/dash-table/dash-table-4.11.3.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
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 54da85f007fe..d1576cddf041 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 +} |