From 6c56d3c1ff670872f61edddc9ce7bb8717928c3a Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 30 Aug 2021 21:34:07 +0200 Subject: 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 --- sci-visualization/dash-table/dash-table-4.11.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sci-visualization') 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 d1576cddf041..273b870d6b77 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" -- cgit v1.2.3-65-gdbad