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 8ACA815800A for ; Tue, 29 Aug 2023 16:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDA4B2BC019; Tue, 29 Aug 2023 16:20:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 98EC32BC019 for ; Tue, 29 Aug 2023 16:20:16 +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 A8483335D2F for ; Tue, 29 Aug 2023 16:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 270B010DE for ; Tue, 29 Aug 2023 16:20:13 +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: <1693326008.24963bcd1828a41b98a09ef6eb66f62e7ad246fe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qiskit-aer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild X-VCS-Directories: dev-python/qiskit-aer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24963bcd1828a41b98a09ef6eb66f62e7ad246fe X-VCS-Branch: master Date: Tue, 29 Aug 2023 16:20:13 +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: 61624feb-130e-4342-a041-a00114fab167 X-Archives-Hash: 3612f7de970fffa2d131a91a5ab5d4fc commit: 24963bcd1828a41b98a09ef6eb66f62e7ad246fe Author: Michał Górny gentoo org> AuthorDate: Tue Aug 29 15:58:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 29 16:20:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24963bcd dev-python/qiskit-aer: Update deselected tests Signed-off-by: Michał Górny gentoo.org> dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild b/dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild index cdd2fefb877a..fe591832b7fc 100644 --- a/dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild +++ b/dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild @@ -96,15 +96,14 @@ python_prepare_all() { python_test() { local EPYTEST_DESELECT=( # TODO - test/terra/states/test_aer_statevector.py::TestAerStatevector::test_drawings test/terra/states/test_aer_state.py::TestAerState::test_appply_diagonal - test/terra/states/test_aer_state.py::TestAerState::test_appply_measure test/terra/states/test_aer_state.py::TestAerState::test_appply_reset - # TODO: GLIBCXX_ASSERTIONS, bug #897758 - test/terra/backends/aer_simulator/test_algorithms.py::TestAlgorithms::test_extended_stabilizer_sparse_output_probs - test/terra/backends/aer_simulator/test_options.py::TestOptions::test_mps_options - test/terra/backends/aer_simulator/test_fusion.py::TestGateFusion::test_parallel_fusion_diagonal + # requires qiskit_qasm3_import + test/terra/backends/aer_simulator/test_save_statevector.py::TestSaveStatevector::test_save_statevector_for_qasm3_circuit_1___automatic____CPU__ + test/terra/backends/aer_simulator/test_save_statevector.py::TestSaveStatevector::test_save_statevector_for_qasm3_circuit_2___statevector____CPU__ + test/terra/backends/aer_simulator/test_save_statevector.py::TestSaveStatevector::test_save_statevector_for_qasm3_circuit_3___matrix_product_state____CPU__ + test/terra/backends/aer_simulator/test_save_statevector.py::TestSaveStatevector::test_save_statevector_for_qasm3_circuit_4___extended_stabilizer____CPU__ ) # From tox.ini/tests.yml in CI