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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E52915802F for ; Fri, 10 Mar 2023 09:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7928AE085B; Fri, 10 Mar 2023 09:00:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BF04E085B for ; Fri, 10 Mar 2023 09:00:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D7EC33BEC7 for ; Fri, 10 Mar 2023 09:00:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06AE58D4 for ; Fri, 10 Mar 2023 09:00:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1678438835.189c41103b0ca9738bb87df4ed6f75e644fb673b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/selenium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/selenium/selenium-4.8.2.ebuild X-VCS-Directories: dev-python/selenium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 189c41103b0ca9738bb87df4ed6f75e644fb673b X-VCS-Branch: master Date: Fri, 10 Mar 2023 09:00:48 +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: 035ef6a5-2b45-4a44-b379-e317ee818dd3 X-Archives-Hash: 0931cc10c53a4a0689f13f6590311ffd commit: 189c41103b0ca9738bb87df4ed6f75e644fb673b Author: Sam James gentoo org> AuthorDate: Fri Mar 10 08:59:11 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 10 09:00:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189c4110 dev-python/selenium: add pytest-mock test dep Closes: https://bugs.gentoo.org/900657 Signed-off-by: Sam James gentoo.org> dev-python/selenium/selenium-4.8.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/selenium/selenium-4.8.2.ebuild b/dev-python/selenium/selenium-4.8.2.ebuild index b959069e7a43..56dacad1d343 100644 --- a/dev-python/selenium/selenium-4.8.2.ebuild +++ b/dev-python/selenium/selenium-4.8.2.ebuild @@ -38,6 +38,11 @@ RDEPEND=" =dev-python/urllib3-1.26[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest