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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 874A413835A for ; Thu, 10 Jun 2021 10:53:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75C59E0887; Thu, 10 Jun 2021 10:53:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CAB4E0882 for ; Thu, 10 Jun 2021 10:53:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C2C6340D32 for ; Thu, 10 Jun 2021 10:53:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 730607A7 for ; Thu, 10 Jun 2021 10:53:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1623322427.710d19bf18469c1ccd9e0347edbba8cff9627c12.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-57.0.0.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 710d19bf18469c1ccd9e0347edbba8cff9627c12 X-VCS-Branch: master Date: Thu, 10 Jun 2021 10:53:50 +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: 03a77ebf-9706-4eb2-b710-92d28e447978 X-Archives-Hash: 65d590d3ffd07e8150e271a3552123b7 commit: 710d19bf18469c1ccd9e0347edbba8cff9627c12 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 10 10:49:31 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 10 10:53:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710d19bf dev-python/setuptools: Reenable tests Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/setuptools-57.0.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/setuptools/setuptools-57.0.0.ebuild b/dev-python/setuptools/setuptools-57.0.0.ebuild index de5047202c8..dd369730c7d 100644 --- a/dev-python/setuptools/setuptools-57.0.0.ebuild +++ b/dev-python/setuptools/setuptools-57.0.0.ebuild @@ -33,7 +33,7 @@ BDEPEND=" dev-python/pytest-xdist[${PYTHON_USEDEP}] >=dev-python/virtualenv-20[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] - ' python3_{7..9} pypy3) + ' python3_{7..10} pypy3) ) " PDEPEND=" @@ -46,10 +46,10 @@ DISTUTILS_IN_SOURCE_BUILD=1 DOCS=( {CHANGES,README}.rst ) python_test() { - # temporarily skipped, until we port all test deps - [[ ${EPYTHON} == python3.10 ]] && continue + # keep in sync with python_gen_cond_dep above! + has "${EPYTHON}" python3.{7..10} pypy3 || continue - distutils_install_for_testing --via-root + distutils_install_for_testing local deselect=( # network 'setuptools/tests/test_virtualenv.py::test_pip_upgrade_from_source[None]'