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