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 856731581C1 for ; Fri, 12 Jul 2024 16:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B52FE2A08; Fri, 12 Jul 2024 16:10:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F1F4E2A08 for ; Fri, 12 Jul 2024 16:10:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 538D4343090 for ; Fri, 12 Jul 2024 16:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9ABB1DCE for ; Fri, 12 Jul 2024 16:10:30 +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: <1720800619.12d48d56983806131a83bb51940dbf49d0a43d33.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qiskit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qiskit/qiskit-1.1.1.ebuild X-VCS-Directories: dev-python/qiskit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 12d48d56983806131a83bb51940dbf49d0a43d33 X-VCS-Branch: master Date: Fri, 12 Jul 2024 16:10:30 +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: c09cc8b8-6d73-4db2-9679-89a208b94817 X-Archives-Hash: abc4f913b0fa1f98bfa8721f91d310e3 commit: 12d48d56983806131a83bb51940dbf49d0a43d33 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 12 14:27:35 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 12 16:10:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d48d56 dev-python/qiskit: Update deselects Signed-off-by: Michał Górny gentoo.org> dev-python/qiskit/qiskit-1.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/qiskit/qiskit-1.1.1.ebuild b/dev-python/qiskit/qiskit-1.1.1.ebuild index dcff5753571b..9e94dfc4c208 100644 --- a/dev-python/qiskit/qiskit-1.1.1.ebuild +++ b/dev-python/qiskit/qiskit-1.1.1.ebuild @@ -270,6 +270,7 @@ python_test() { local EPYTEST_DESELECT=( # TODO test/python/circuit/test_equivalence.py::TestEquivalenceLibraryVisualization::test_equivalence_draw + test/python/quantum_info/operators/symplectic/test_sparse_pauli_op.py::TestSparsePauliOpConversions::test_to_matrix_zero test/python/transpiler/test_unitary_synthesis_plugin.py::TestUnitarySynthesisPlugin test/python/visualization/test_dag_drawer.py::TestDagDrawer::test_dag_drawer_no_register )