python310Packages.cirq-ionq: disable deprecated tests

This commit is contained in:
Weijia Wang
2023-04-28 00:50:29 +03:00
parent 24978ed771
commit cf6fb1bbcc
@@ -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"
];
}