commit: be682d8b592c3bac026b7c05e10666181574ce51 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Fri Nov 25 08:54:50 2022 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Fri Nov 25 08:56:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be682d8b
dev-python/parallax: restrict tests, cause they requires SSH connection to prepared test hosts Closes: https://bugs.gentoo.org/798165 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> dev-python/parallax/parallax-1.0.6.ebuild | 5 ++++- dev-python/parallax/parallax-1.0.8.ebuild | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-python/parallax/parallax-1.0.6.ebuild b/dev-python/parallax/parallax-1.0.6.ebuild index fb448516f786..7bec7df007d0 100644 --- a/dev-python/parallax/parallax-1.0.6.ebuild +++ b/dev-python/parallax/parallax-1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,3 +13,6 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" + +# Requires SSH connection to hosts for testing +RESTRICT="test" diff --git a/dev-python/parallax/parallax-1.0.8.ebuild b/dev-python/parallax/parallax-1.0.8.ebuild index 000f4bdd83b1..bb2624bfdb96 100644 --- a/dev-python/parallax/parallax-1.0.8.ebuild +++ b/dev-python/parallax/parallax-1.0.8.ebuild @@ -13,3 +13,6 @@ SRC_URI="https://github.com/krig/parallax/archive/refs/tags/${PV}.tar.gz -> ${P} LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" + +# Requires SSH connection to hosts for testing +RESTRICT="test"
