commit: 29034a54e86839be962fe09ffd0062b359b274f9 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Apr 2 23:02:46 2020 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Apr 2 23:04:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29034a54
dev-python/pytest-subtests: enable tests Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> 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 a3d3b5d..06cf27f 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
