From bb842a0613dff266d49d27f0441e20c8a41e2dd6 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:20:33 -0700 Subject: [PATCH] python3.pkgs.cirq-core: disable test that fails after sympy update to v1.12.0 Co-authored-by: Chris Pattison --- pkgs/development/python-modules/cirq-core/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/cirq-core/default.nix b/pkgs/development/python-modules/cirq-core/default.nix index 39e3cf9d47be..ce188ce6811b 100644 --- a/pkgs/development/python-modules/cirq-core/default.nix +++ b/pkgs/development/python-modules/cirq-core/default.nix @@ -104,6 +104,8 @@ buildPythonPackage rec { "test_benchmark_2q_xeb_fidelities" # https://github.com/quantumlib/Cirq/pull/5991 "test_json_and_repr_data" + # Tests for some changed error handling behavior in SymPy 1.12 + "test_custom_value_not_implemented" ]; meta = with lib; {