commit: 7f6f88fda8c7cb78fabaff838b186a21c5272a8e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 17 02:38:07 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 17 02:38:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6f88fd
net-misc/httpie: simplify by using d_e_t pytest by itself It adds the restrict + USE for us. Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/httpie/httpie-2.5.0.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net-misc/httpie/httpie-2.5.0.ebuild b/net-misc/httpie/httpie-2.5.0.ebuild index bc6673f6453..00420956f69 100644 --- a/net-misc/httpie/httpie-2.5.0.ebuild +++ b/net-misc/httpie/httpie-2.5.0.ebuild @@ -16,8 +16,6 @@ SRC_URI="https://github.com/httpie/httpie/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-python/defusedxml[${PYTHON_USEDEP}] @@ -36,10 +34,6 @@ BDEPEND=" distutils_enable_tests pytest -python_test() { - pytest -v || die "Tests failed with ${EPYTHON}" -} - python_install_all() { newbashcomp extras/httpie-completion.bash http insinto /usr/share/fish/vendor_completions.d
