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 68B9615808C for ; Mon, 28 Feb 2022 10:13:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5097BE07E0; Mon, 28 Feb 2022 10:13:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BAD1E07E0 for ; Mon, 28 Feb 2022 10:13:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 58B4A34357B for ; Mon, 28 Feb 2022 10:13:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D21C2CB for ; Mon, 28 Feb 2022 10:13:19 +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: <1646043196.94f918abd574c964255f73f51e17ef770db67a67.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-regressions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild X-VCS-Directories: dev-python/pytest-regressions/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 94f918abd574c964255f73f51e17ef770db67a67 X-VCS-Branch: master Date: Mon, 28 Feb 2022 10:13:19 +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: 0fba2956-9979-47c1-a4e4-287cb3e24628 X-Archives-Hash: 93e4d6c0992e69b35a68104fc57661bb commit: 94f918abd574c964255f73f51e17ef770db67a67 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 28 09:31:34 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 28 10:13:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f918ab dev-python/pytest-regressions: Make numpy test-dep optional Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild b/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild index 42f0a8168f29..1f4d0d4876b9 100644 --- a/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild +++ b/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild @@ -24,7 +24,6 @@ RDEPEND=" BDEPEND=" test? ( - dev-python/numpy[${PYTHON_USEDEP}] dev-python/tox[${PYTHON_USEDEP}] )" @@ -39,6 +38,11 @@ python_test() { tests/test_image_regression.py::test_image_regression ) fi + if ! has_version "dev-python/numpy[${PYTHON_USEDEP}]"; then + EPYTEST_IGNORE+=( + tests/test_ndarrays_regression.py + ) + fi if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then EPYTEST_DESELECT+=( tests/test_filenames.py::test_foo