Unverified Commit 6e02957b authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Fix invalid pythonImportsCheck attributes (#374927)

parents f26c1bc7 3874ac0f
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"
  ];