python310Packages.cirq-google: disable problematic tests

This commit is contained in:
Weijia Wang 2023-04-28 00:50:45 +03:00
parent cf6fb1bbcc
commit 8f218d6d78

View file

@ -32,6 +32,8 @@ buildPythonPackage rec {
disabledTestPaths = [
# No need to test the version number
"cirq_google/_version_test.py"
# Trace/BPT trap: 5
"cirq_google/engine/calibration_test.py"
];
disabledTests = [