commit: 94c697693753c64bdfd7a24d332931fddca648ef Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Sep 5 18:04:55 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Sep 5 18:04:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c69769
sci-visualization/dash-html-components: restrict test Closes: https://bugs.gentoo.org/810454 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../dash-html-components/dash-html-components-1.1.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild b/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild index 26ff12dc81c..68536c49b1a 100644 --- a/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild +++ b/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild @@ -10,6 +10,9 @@ DESCRIPTION="Vanilla HTML components 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"
