summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-07 13:20:33 -0700
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-07 13:20:33 -0700
commitbb842a0613dff266d49d27f0441e20c8a41e2dd6 (patch)
tree690bf5312ac8dca0faf4c9da4ee0db59f0f626aa
parent462b4c756727bff6b5c3e34a47f2109327dc3113 (diff)
downloadnixpkgs-bb842a0613dff266d49d27f0441e20c8a41e2dd6.tar
nixpkgs-bb842a0613dff266d49d27f0441e20c8a41e2dd6.tar.gz
nixpkgs-bb842a0613dff266d49d27f0441e20c8a41e2dd6.tar.bz2
nixpkgs-bb842a0613dff266d49d27f0441e20c8a41e2dd6.tar.lz
nixpkgs-bb842a0613dff266d49d27f0441e20c8a41e2dd6.tar.xz
nixpkgs-bb842a0613dff266d49d27f0441e20c8a41e2dd6.tar.zst
nixpkgs-bb842a0613dff266d49d27f0441e20c8a41e2dd6.zip
python3.pkgs.cirq-core: disable test that fails after sympy update to v1.12.0
Co-authored-by: Chris Pattison <chpattison@gmail.com>
-rw-r--r--pkgs/development/python-modules/cirq-core/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/cirq-core/default.nix b/pkgs/development/python-modules/cirq-core/default.nix
index 39e3cf9d47b..ce188ce6811 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; {