Unverified Commit ad42b019 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #247810: python3.pkgs.cirq-core: disable test

...that fails after sympy update to v1.12.0; merge to master
parents bf86e5ad bb842a06
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {