Skip to content

Commit

Permalink
Merge #247810: python3.pkgs.cirq-core: disable test
Browse files Browse the repository at this point in the history
...that fails after sympy update to v1.12.0; merge to master
  • Loading branch information
vcunat committed Aug 10, 2023
2 parents bf86e5a + bb842a0 commit ad42b01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/cirq-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

1 comment on commit ad42b01

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vcunat, you pushed a commit directly to master/release branch
instead of going through a Pull Request.

That's highly discouraged beyond the few exceptions listed
on #118661

Please sign in to comment.