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 972BD1382C5 for ; Tue, 23 Jun 2020 10:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 617E8E0870; Tue, 23 Jun 2020 10:24:42 +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 413E9E0870 for ; Tue, 23 Jun 2020 10:24:42 +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 96DBB34EFAE for ; Tue, 23 Jun 2020 10:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CBBF29A for ; Tue, 23 Jun 2020 10:24:38 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1592907855.3381911863a2298fa64d78bb13d27e51b4b6cb89.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mypy/mypy-0.781.ebuild X-VCS-Directories: dev-python/mypy/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 3381911863a2298fa64d78bb13d27e51b4b6cb89 X-VCS-Branch: master Date: Tue, 23 Jun 2020 10:24:38 +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: a3125e9d-81e7-4243-829f-06856b1a419a X-Archives-Hash: 82a4383d185c62ae47c92c3749eeb27d commit: 3381911863a2298fa64d78bb13d27e51b4b6cb89 Author: Mike Auty gentoo org> AuthorDate: Tue Jun 23 10:21:52 2020 +0000 Commit: Mike Auty gentoo org> CommitDate: Tue Jun 23 10:24:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33819118 dev-python/mypy: Ensure all test-requirements are met Closes: https://bugs.gentoo.org/729278 Signed-off-by: Mike Auty gentoo.org> dev-python/mypy/mypy-0.781.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/mypy/mypy-0.781.ebuild b/dev-python/mypy/mypy-0.781.ebuild index ac33582bc34..1dffa3c0c69 100644 --- a/dev-python/mypy/mypy-0.781.ebuild +++ b/dev-python/mypy/mypy-0.781.ebuild @@ -27,8 +27,12 @@ IUSE="doc test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/flake8[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] ) + >=dev-python/pytest-3.0[${PYTHON_USEDEP}] + >=dev-python/pytest-xdist-1.18[${PYTHON_USEDEP}] + >=dev-python/pytest-cov-2.4.0[${PYTHON_USEDEP}] + >=dev-python/psutil-5.4.0[${PYTHON_USEDEP}] + >=dev-python/lxml-4.1.1[${PYTHON_USEDEP}] + >=dev-python/py-1.5.2[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]