diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-12 16:27:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-12 18:10:19 +0200 |
commit | 12d48d56983806131a83bb51940dbf49d0a43d33 (patch) | |
tree | 99dd18c96e4921fc33a816533813d8662f486375 /dev-python/qiskit | |
parent | dev-python/python-mpv: Remove old (diff) | |
download | gentoo-12d48d56983806131a83bb51940dbf49d0a43d33.tar.gz gentoo-12d48d56983806131a83bb51940dbf49d0a43d33.tar.bz2 gentoo-12d48d56983806131a83bb51940dbf49d0a43d33.zip |
dev-python/qiskit: Update deselects
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/qiskit')
-rw-r--r-- | dev-python/qiskit/qiskit-1.1.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |