diff --git a/pkgs/development/python-modules/cirq-ionq/default.nix b/pkgs/development/python-modules/cirq-ionq/default.nix index 080497441898..bf96d35b5318 100644 --- a/pkgs/development/python-modules/cirq-ionq/default.nix +++ b/pkgs/development/python-modules/cirq-ionq/default.nix @@ -31,4 +31,9 @@ buildPythonPackage rec { # No need to test the version number "cirq_ionq/_version_test.py" ]; + + disabledTests = [ + # DeprecationWarning: decompose_to_device was used but is deprecated. + "test_decompose_operation_deprecated" + ]; }