9 buildPythonPackage rec {
11 inherit (cirq-core) version src meta;
13 propagatedBuildInputs = [
18 # pythonImportsCheck = [ "cirq" "cirq.Circuit" ]; # cirq's importlib hook doesn't work here
19 checkInputs = [ pytestCheckHook ];
21 # Don't run submodule or development tool tests