python310Packages.cirq-google: disable problematic tests
This commit is contained in:
parent
cf6fb1bbcc
commit
8f218d6d78
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue