Commit 3874ac0f authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

Fix invalid pythonImportsCheck attributes

parent 94921298
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  pythonImportCheck = [
  pythonImportsCheck = [
    "llm_cmd"
  ];

+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ buildPythonPackage rec {
    "test_registered_models_when_ollama_is_down"
  ];

  pythonImportCheck = [
  pythonImportsCheck = [
    "llm_ollama"
  ];

+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ buildPythonPackage {
    openssl
  ];

  pythonImportChecks = [
  pythonImportsCheck = [
    "sqlcipher3"
  ];