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 ED21F138334 for ; Sun, 24 Nov 2019 19:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B044E084E; Sun, 24 Nov 2019 19:31:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 200B1E084E for ; Sun, 24 Nov 2019 19:31:56 +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 D75C634D2C8 for ; Sun, 24 Nov 2019 19:31:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C8B585C for ; Sun, 24 Nov 2019 19:31:52 +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: <1574623904.a8474a05b0f0353e1ddc69e5d865e7f1bd01fb02.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-19.3.1-r1.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a8474a05b0f0353e1ddc69e5d865e7f1bd01fb02 X-VCS-Branch: master Date: Sun, 24 Nov 2019 19:31:52 +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: 02e74427-d165-417f-9881-30b8e55cc8a0 X-Archives-Hash: 0d4bff99b81227254f6e16c7d343d9f4 commit: a8474a05b0f0353e1ddc69e5d865e7f1bd01fb02 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 24 18:34:56 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 24 19:31:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8474a05 dev-python/pip: Remove unnecessary test deps and restrictions Remove pytest version restriction, pytest-4 gives the same result. Remove unused pytest-cov. Remove unnecessary pytest-rerunfailures and pytest-timeout (they do not affect the result). Finally, remove pytest-xdist -- while tests are obviously slower without it, it's very unstable and frequently causes crash before tests even start. Signed-off-by: Michał Górny gentoo.org> dev-python/pip/pip-19.3.1-r1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-python/pip/pip-19.3.1-r1.ebuild b/dev-python/pip/pip-19.3.1-r1.ebuild index 5db9420caa2..b0232bd55f9 100644 --- a/dev-python/pip/pip-19.3.1-r1.ebuild +++ b/dev-python/pip/pip-19.3.1-r1.ebuild @@ -40,11 +40,7 @@ DEPEND=" dev-python/freezegun[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pretend[${PYTHON_USEDEP}] -