From 29034a54e86839be962fe09ffd0062b359b274f9 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 3 Apr 2020 01:02:46 +0200 Subject: [PATCH] dev-python/pytest-subtests: enable 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 a3d3b5d9fc..06cf27f373 100644 --- a/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild +++ b/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild @@ -17,9 +17,6 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" -#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}] @@ -28,6 +25,7 @@ RDEPEND=" distutils_enable_tests pytest python_prepare_all() { + #https://github.com/pytest-dev/pytest-subtests/issues/21 # Failed: nomatch: '*1 passed*' sed -i -e 's:test_capture_with_fixture:_&:' \ tests/test_subtests.py || die