Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/
Date: Sun, 29 Aug 2021 09:56:42
Message-Id: 1630230986.b4e7d04379fcb8f2ff1cc0a4c9539ae80f419ad8.tupone@gentoo
1 commit: b4e7d04379fcb8f2ff1cc0a4c9539ae80f419ad8
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 29 09:56:26 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 29 09:56:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e7d043
7
8 sci-visualization/dash-table: enabling test
9
10 Closes: https://bugs.gentoo.org/810457
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-visualization/dash-table/dash-table-4.11.3.ebuild | 9 +++++++++
15 1 file changed, 9 insertions(+)
16
17 diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
18 index 54da85f007f..d1576cddf04 100644
19 --- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
20 +++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
21 @@ -18,3 +18,12 @@ KEYWORDS="~amd64 ~x86"
22 DEPEND=""
23 RDEPEND="${DEPEND}"
24 BDEPEND=""
25 +
26 +distutils_enable_tests pytest
27 +
28 +python_prepare_all() {
29 + # Needs percy - not available
30 + rm -r tests/selenium || die
31 +
32 + distutils-r1_python_prepare_all
33 +}