summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-07-30 20:39:30 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-07-30 20:40:01 +0300
commit4e65b0a9542fc4af37d34c29ea2aabc0cd6f6f70 (patch)
treec0215c84015a59924ec469d2aaddf42cddf849e6 /dev-util
parentdev-util/pkgcheck: add 0.10.25 (diff)
downloadgentoo-4e65b0a9542fc4af37d34c29ea2aabc0cd6f6f70.tar.gz
gentoo-4e65b0a9542fc4af37d34c29ea2aabc0cd6f6f70.tar.bz2
gentoo-4e65b0a9542fc4af37d34c29ea2aabc0cd6f6f70.zip
dev-util/pkgcheck: sync live ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 25fe3d8378ba..1727c0d298cd 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -50,9 +50,7 @@ BDEPEND="${RDEPEND}
dev-python/wheel
test? (
dev-python/pytest[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/requests[${PYTHON_USEDEP}]
- ' python3_{10..11} )
+ dev-python/requests[${PYTHON_USEDEP}]
dev-vcs/git
)
"
@@ -73,16 +71,6 @@ src_compile() {
fi
}
-python_test() {
- if ! has_version -b "dev-python/requests[${PYTHON_USEDEP}]" ; then
- EPYTEST_DESELECT=(
- tests/checks/test_all.py::TestNetworkCheck::test_network_enabled
- )
- fi
-
- epytest
-}
-
python_install_all() {
local DOCS=( NEWS.rst )
[[ ${PV} == *9999 ]] || doman man/*