From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C6BC15801B for ; Sun, 30 Jul 2023 17:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D24DE09AD; Sun, 30 Jul 2023 17:40:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6A41E09AD for ; Sun, 30 Jul 2023 17:40:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA87F33DDA5 for ; Sun, 30 Jul 2023 17:40:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 421C9E98 for ; Sun, 30 Jul 2023 17:40:07 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1690738801.4e65b0a9542fc4af37d34c29ea2aabc0cd6f6f70.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgcheck/pkgcheck-9999.ebuild X-VCS-Directories: dev-util/pkgcheck/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4e65b0a9542fc4af37d34c29ea2aabc0cd6f6f70 X-VCS-Branch: master Date: Sun, 30 Jul 2023 17:40:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00d67a3b-d7e9-4fc9-a032-edc1df7cee00 X-Archives-Hash: 006a12ea0dd881eab502f473288c0ce1 commit: 4e65b0a9542fc4af37d34c29ea2aabc0cd6f6f70 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jul 30 17:39:30 2023 +0000 Commit: Arthur Zamarin gentoo 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 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/*