commit: 6c56d3c1ff670872f61edddc9ce7bb8717928c3a Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Aug 30 19:34:07 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Aug 30 19:34:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c56d3c1
sci-visualization/dash-table: restrict test Closes: https://bugs.gentoo.org/810964 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 | 3 +++ 1 file changed, 3 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 d1576cddf04..273b870d6b7 100644 --- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild +++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild @@ -10,6 +10,9 @@ DESCRIPTION="First-Class interactive DataTable for Dash" HOMEPAGE="https://plot.ly/dash" SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +# Test execution depends on sci-visualization/dash being installed +# but sci-visualization/dash depends on this +RESTRICT="test" LICENSE="MIT" SLOT="0"
