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 C96851382C5 for ; Wed, 27 May 2020 15:37:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E8FBE095D; Wed, 27 May 2020 15:37:35 +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 E9AA6E095D for ; Wed, 27 May 2020 15:37:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8650E34EE47 for ; Wed, 27 May 2020 15:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 054D623E for ; Wed, 27 May 2020 15:37:30 +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: <1590593844.eb01547f1e31756770f3ecbe8dabc1b15bec16a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urllib3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/urllib3/urllib3-1.25.9.ebuild X-VCS-Directories: dev-python/urllib3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eb01547f1e31756770f3ecbe8dabc1b15bec16a2 X-VCS-Branch: master Date: Wed, 27 May 2020 15:37:30 +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: baeb1a92-676c-41a1-81a7-239df5ad5b79 X-Archives-Hash: 0f8c340133437e7ef4055604b3aa0da2 commit: eb01547f1e31756770f3ecbe8dabc1b15bec16a2 Author: Michał Górny gentoo org> AuthorDate: Wed May 27 15:29:44 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 27 15:37:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb01547f dev-python/urllib3: Reenable tests on py39 Closes: https://bugs.gentoo.org/725496 Signed-off-by: Michał Górny gentoo.org> dev-python/urllib3/urllib3-1.25.9.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/urllib3/urllib3-1.25.9.ebuild b/dev-python/urllib3/urllib3-1.25.9.ebuild index 3b908729ee8..a3c2ed92451 100644 --- a/dev-python/urllib3/urllib3-1.25.9.ebuild +++ b/dev-python/urllib3/urllib3-1.25.9.ebuild @@ -39,7 +39,7 @@ BDEPEND=" dev-python/pytest[\${PYTHON_USEDEP}] >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}] >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}] - " python3_{6,7,8}) + " python3_{6,7,8,9}) ) " @@ -69,9 +69,6 @@ python_test() { ewarn "of circular dependencies for Python 2 removal. Please test" ewarn "manually in a virtualenv." ;; - python3.9) - einfo "Tests not yet ported to py3.9" - ;; python3*) pytest -vv || die "Tests fail with ${EPYTHON}" ;;