python3Packages.cirq-google: update format
This commit is contained in:
parent
aab20f64b1
commit
b73c6bd916
1 changed files with 4 additions and 1 deletions
|
@ -27,5 +27,8 @@ buildPythonPackage rec {
|
||||||
protobuf
|
protobuf
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook freezegun ];
|
checkInputs = [
|
||||||
|
freezegun
|
||||||
|
pytestCheckHook
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue