diff options
author | Sam James <sam@gentoo.org> | 2021-09-17 03:38:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-17 03:38:07 +0100 |
commit | 7f6f88fda8c7cb78fabaff838b186a21c5272a8e (patch) | |
tree | 3d1e50afc56d4da86c98b716e39e9e0ecd4909f5 /net-misc/httpie | |
parent | net-misc/httpie: update metadata (diff) | |
download | gentoo-7f6f88fda8c7cb78fabaff838b186a21c5272a8e.tar.gz gentoo-7f6f88fda8c7cb78fabaff838b186a21c5272a8e.tar.bz2 gentoo-7f6f88fda8c7cb78fabaff838b186a21c5272a8e.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/httpie')
-rw-r--r-- | net-misc/httpie/httpie-2.5.0.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net-misc/httpie/httpie-2.5.0.ebuild b/net-misc/httpie/httpie-2.5.0.ebuild index bc6673f64530..00420956f69e 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 |