dev-python/pytest-subtests: restrict tests

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-03-30 21:54:55 +02:00
parent 7257cde949
commit ea6be99ab4

View File

@@ -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