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 1095B138359 for ; Fri, 10 Jul 2020 05:30:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E31AE082B; Fri, 10 Jul 2020 05:30:39 +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 23259E082B for ; Fri, 10 Jul 2020 05:30:39 +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 519FE34F897 for ; Fri, 10 Jul 2020 05:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F781233 for ; Fri, 10 Jul 2020 05:30:06 +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: <1594358998.174b5db59bb3384086c235fcde69d2e81591f20a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenv/virtualenv-20.0.26.ebuild X-VCS-Directories: dev-python/virtualenv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 174b5db59bb3384086c235fcde69d2e81591f20a X-VCS-Branch: master Date: Fri, 10 Jul 2020 05:30:06 +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: 231d9605-6fa6-4be6-bfed-31ec4a8f9ea4 X-Archives-Hash: 1b8fd6d7738fc1778fa69c2407188982 commit: 174b5db59bb3384086c235fcde69d2e81591f20a Author: Michał Górny gentoo org> AuthorDate: Fri Jul 10 05:28:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 10 05:29:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174b5db5 dev-python/virtualenv: Add test-dep on flaky Closes: https://bugs.gentoo.org/731996 Signed-off-by: Michał Górny gentoo.org> dev-python/virtualenv/virtualenv-20.0.26.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/virtualenv/virtualenv-20.0.26.ebuild b/dev-python/virtualenv/virtualenv-20.0.26.ebuild index d2e5acab0ae..7ee318de5ad 100644 --- a/dev-python/virtualenv/virtualenv-20.0.26.ebuild +++ b/dev-python/virtualenv/virtualenv-20.0.26.ebuild @@ -46,6 +46,7 @@ BDEPEND=" ${RDEPEND} $(python_gen_cond_dep ' dev-python/coverage[${PYTHON_USEDEP}] + dev-python/flaky[${PYTHON_USEDEP}] >=dev-python/pip-20.0.2[${PYTHON_USEDEP}] >=dev-python/pytest-5[${PYTHON_USEDEP}] >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]