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 9EF2413835A for ; Thu, 28 May 2020 08:20:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C72B7E0863; Thu, 28 May 2020 08:20:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AEC0BE0863 for ; Thu, 28 May 2020 08:20:55 +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 7092B34EF52 for ; Thu, 28 May 2020 08:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EA64268 for ; Thu, 28 May 2020 08:20:49 +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: <1590652984.eb3a15f2348527a41e97c85452e01ed246ce4258.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-46.4.0-r1.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eb3a15f2348527a41e97c85452e01ed246ce4258 X-VCS-Branch: master Date: Thu, 28 May 2020 08:20:49 +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: 792505b2-1d71-4434-8ff7-6dcd05c41000 X-Archives-Hash: 9ad16417dbaf75d201d21c788aba99a1 commit: eb3a15f2348527a41e97c85452e01ed246ce4258 Author: Michał Górny gentoo org> AuthorDate: Thu May 28 08:01:09 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 28 08:03:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3a15f2 dev-python/setuptools: Reenable tests Closes: https://bugs.gentoo.org/725492 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/setuptools-46.4.0-r1.ebuild | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/dev-python/setuptools/setuptools-46.4.0-r1.ebuild b/dev-python/setuptools/setuptools-46.4.0-r1.ebuild index 3e7d069b4f8..07b818e2943 100644 --- a/dev-python/setuptools/setuptools-46.4.0-r1.ebuild +++ b/dev-python/setuptools/setuptools-46.4.0-r1.ebuild @@ -21,14 +21,12 @@ RESTRICT="!test? ( test )" BDEPEND=" app-arch/unzip test? ( - $(python_gen_cond_dep ' - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pip[${PYTHON_USEDEP}] - >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}] - dev-python/pytest-fixture-config[${PYTHON_USEDEP}] - dev-python/pytest-virtualenv[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] - ' python2_7 python3_{6,7,8} pypy3) + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] + >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}] + dev-python/pytest-fixture-config[${PYTHON_USEDEP}] + dev-python/pytest-virtualenv[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/futures[${PYTHON_USEDEP}] ' -2) @@ -65,11 +63,6 @@ python_prepare_all() { } python_test() { - if [[ ${EPYTHON} == python3.9 ]]; then - einfo "Tests are skipped on py3.9 due to unported deps" - return - fi - distutils_install_for_testing # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg # It tries to sandbox the test in a tempdir