commit: 4e65b0a9542fc4af37d34c29ea2aabc0cd6f6f70
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 17:39:30 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 17:40:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e65b0a9
dev-util/pkgcheck: sync live ebuild
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-util/pkgcheck/pkgcheck-9999.ebuild | 14 +-------------
1 file changed, 1 insertion(+), 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/*