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 520D31382C5 for ; Mon, 22 Jun 2020 17:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50FBCE087A; Mon, 22 Jun 2020 17:55:10 +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 38DE6E087A for ; Mon, 22 Jun 2020 17:55:10 +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 DAACE34F014 for ; Mon, 22 Jun 2020 17:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A8582A4 for ; Mon, 22 Jun 2020 17:55:07 +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: <1592848498.5b2b9dc45267af86d4aa558d413057c827f4180d.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: 5b2b9dc45267af86d4aa558d413057c827f4180d X-VCS-Branch: master Date: Mon, 22 Jun 2020 17:55:07 +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: c659ad36-c2a5-49d2-b73b-a12f6c330f91 X-Archives-Hash: 460615238165bc9c4880f362600651a0 commit: 5b2b9dc45267af86d4aa558d413057c827f4180d Author: Mike Auty gentoo org> AuthorDate: Mon Jun 22 17:51:42 2020 +0000 Commit: Mike Auty gentoo org> CommitDate: Mon Jun 22 17:54:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2b9dc4 dev-python/mypy: Fix the test dependencies Closes: https://bugs.gentoo.org/729180 Signed-off-by: Mike Auty gentoo.org> dev-python/mypy/mypy-0.781.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/mypy/mypy-0.781.ebuild b/dev-python/mypy/mypy-0.781.ebuild index cf95e491a79..ac33582bc34 100644 --- a/dev-python/mypy/mypy-0.781.ebuild +++ b/dev-python/mypy/mypy-0.781.ebuild @@ -26,7 +26,9 @@ IUSE="doc test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/flake8[${PYTHON_USEDEP}] ) + test? ( dev-python/flake8[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]