26 buildPythonPackage rec {
27 pname = "cirq-rigetti";
28 format = "setuptools";
29 inherit (cirq-core) version src meta;
31 disabled = pythonOlder "3.7";
33 sourceRoot = "${src.name}/${pname}";
51 # Remove outdated test
52 rm cirq_rigetti/service_test.py
55 propagatedBuildInputs = [
82 # No need to test the version number
83 "cirq_rigetti/_version_test.py"
86 # cirq's importlib hook doesn't work here
87 #pythonImportsCheck = [ "cirq_rigetti" ];