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 DAB4E15838C for ; Wed, 31 Jan 2024 12:23:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17A972BC02A; Wed, 31 Jan 2024 12:23:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E76FF2BC028 for ; Wed, 31 Jan 2024 12:23:57 +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 09296343158 for ; Wed, 31 Jan 2024 12:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 869C5105D for ; Wed, 31 Jan 2024 12:23:55 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1706617264.fb418d595e2ef4f05b7a21c473cdbaa0093bdcaf.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-cases/, dev-python/pytest-steps/, dev-python/pytest-harvest/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-cases/pytest-cases-3.8.2.ebuild dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild dev-python/pytest-steps/pytest-steps-1.8.0.ebuild X-VCS-Directories: dev-python/pytest-cases/ dev-python/pytest-steps/ dev-python/pytest-harvest/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: fb418d595e2ef4f05b7a21c473cdbaa0093bdcaf X-VCS-Branch: master Date: Wed, 31 Jan 2024 12:23:55 +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: 090009a8-764b-4671-9323-d6ad36b3de70 X-Archives-Hash: c7b17df685a2fd83a015c01253496a7a commit: fb418d595e2ef4f05b7a21c473cdbaa0093bdcaf Author: Takuya Wakazono gmail com> AuthorDate: Tue Jan 30 12:21:04 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jan 30 12:21:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb418d59 dev-python/pytest-*: force gmail.com> dev-python/pytest-cases/pytest-cases-3.8.2.ebuild | 2 ++ dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild | 2 ++ dev-python/pytest-steps/pytest-steps-1.8.0.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild b/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild index 7d635e99d4..48fc153a4d 100644 --- a/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild +++ b/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild @@ -31,9 +31,11 @@ RDEPEND=" dev-python/packaging[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " +# https://github.com/smarie/python-pytest-cases/issues/330 BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( + =dev-python/makefun-1.5[${PYTHON_USEDEP}] dev-python/wrapt[${PYTHON_USEDEP}] " +# https://github.com/smarie/python-pytest-cases/issues/330 BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( dev-python/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] +