python312Packages.quil: fix pythonImportsCheck
This commit is contained in:
@@ -42,7 +42,12 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [ numpy ];
|
||||
|
||||
pythonImportsCheck = [ "numpy" ];
|
||||
pythonImportsCheck = [
|
||||
"quil.expression"
|
||||
"quil.instructions"
|
||||
"quil.program"
|
||||
"quil.validation"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user