From ea6be99ab4d2d4b4819abe5d1a1bf245500426d8 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 30 Mar 2020 21:54:55 +0200 Subject: [PATCH] dev-python/pytest-subtests: restrict tests Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri --- dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild index d49e68aa60..a3d3b5d9fc 100644 --- a/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild +++ b/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild @@ -17,7 +17,13 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" +#https://github.com/pytest-dev/pytest-subtests/issues/21 +RESTRICT="test" + +RDEPEND=" + >=dev-python/pytest-4.4[${PYTHON_USEDEP}] + >=dev-python/pytest-xdist-1.28[${PYTHON_USEDEP}] +" distutils_enable_tests pytest