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 30789158094 for ; Mon, 4 Jul 2022 21:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F287E0A99; Mon, 4 Jul 2022 21:18:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C5345E0A99 for ; Mon, 4 Jul 2022 21:18:37 +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 B70C334164F for ; Mon, 4 Jul 2022 21:18:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36E0F3C3 for ; Mon, 4 Jul 2022 21:18:35 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1656969507.0b38d28bc9bb3620532c6cde5c6ac341c52503ac.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/zarr/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/zarr/zarr-2.11.1.ebuild dev-python/zarr/zarr-2.11.3.ebuild X-VCS-Directories: dev-python/zarr/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 0b38d28bc9bb3620532c6cde5c6ac341c52503ac X-VCS-Branch: master Date: Mon, 4 Jul 2022 21:18:35 +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: dd3229fa-6d76-4d7c-952f-d8e20f90a410 X-Archives-Hash: d6fae400d6fc6d05db4d84f0d6676860 commit: 0b38d28bc9bb3620532c6cde5c6ac341c52503ac Author: Horea Christian chymera eu> AuthorDate: Mon Jul 4 21:17:40 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Jul 4 21:18:27 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0b38d28b dev-python/zarr: skipping tests reported upstream Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> dev-python/zarr/zarr-2.11.1.ebuild | 5 +++++ dev-python/zarr/zarr-2.11.3.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-python/zarr/zarr-2.11.1.ebuild b/dev-python/zarr/zarr-2.11.1.ebuild index 9822cb161..8cb175408 100644 --- a/dev-python/zarr/zarr-2.11.1.ebuild +++ b/dev-python/zarr/zarr-2.11.1.ebuild @@ -51,6 +51,11 @@ EPYTEST_DESELECT=( zarr/tests/test_sync.py::TestArray::test_object_arrays_vlen_bytes zarr/tests/test_sync.py::TestArrayWithThreadSynchronizer::test_object_arrays_vlen_bytes zarr/tests/test_sync.py::TestArrayWithProcessSynchronizer::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStoreFromFilesystem::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStoreNested::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStoreNestedPartialRead::test_object_arrays_vlen_bytes ) distutils_enable_tests pytest diff --git a/dev-python/zarr/zarr-2.11.3.ebuild b/dev-python/zarr/zarr-2.11.3.ebuild index 50ec85404..1fa4e9af9 100644 --- a/dev-python/zarr/zarr-2.11.3.ebuild +++ b/dev-python/zarr/zarr-2.11.3.ebuild @@ -51,6 +51,11 @@ EPYTEST_DESELECT=( zarr/tests/test_sync.py::TestArray::test_object_arrays_vlen_bytes zarr/tests/test_sync.py::TestArrayWithThreadSynchronizer::test_object_arrays_vlen_bytes zarr/tests/test_sync.py::TestArrayWithProcessSynchronizer::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStore::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStoreFromFilesystem::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStoreNested::test_object_arrays_vlen_bytes + zarr/tests/test_core.py::TestArrayWithFSStoreNestedPartialRead::test_object_arrays_vlen_bytes ) distutils_enable_tests pytest