From c2542026ca5437e3f6e0911cfd0b75df144b8eef Mon Sep 17 00:00:00 2001 From: Drew Risinger Date: Wed, 17 Nov 2021 14:33:59 -0500 Subject: [PATCH] python3Packages.qiskit-aer: disable failing test Fails on cvxpy >= 1.1.15 --- pkgs/development/python-modules/qiskit-aer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/qiskit-aer/default.nix b/pkgs/development/python-modules/qiskit-aer/default.nix index a550ea4b3cf4..b2e708d586f7 100644 --- a/pkgs/development/python-modules/qiskit-aer/default.nix +++ b/pkgs/development/python-modules/qiskit-aer/default.nix @@ -88,6 +88,7 @@ buildPythonPackage rec { ]; # Slow tests disabledTests = [ + "test_clifford" # fails on cvxpy >= 1.1.15. https://github.com/Qiskit/qiskit-aer/pull/1318. Remove in future. "test_snapshot" # TODO: these ~30 tests fail on setup due to pytest fixture issues? "test_initialize_2" # TODO: simulations appear incorrect, off by >10%. @@ -111,7 +112,6 @@ buildPythonPackage rec { "_144" "test_sparse_output_probabilities" "test_reset_2_qubit" - # "test_clifford" ]; checkInputs = [ pytestCheckHook