mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python3.pkgs.cirq-core: disable test that fails after sympy update to v1.12.0
Co-authored-by: Chris Pattison <chpattison@gmail.com>
This commit is contained in:
parent
462b4c7567
commit
bb842a0613
1 changed files with 2 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue