Commit 5bcd6bb7 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.quil: fix pythonImportsCheck

parent 33eb4c56
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -42,7 +42,12 @@ buildPythonPackage rec {

  dependencies = [ numpy ];

  pythonImportsCheck = [ "numpy" ];
  pythonImportsCheck = [
    "quil.expression"
    "quil.instructions"
    "quil.program"
    "quil.validation"
  ];

  nativeCheckInputs = [
    pytestCheckHook