Skip to content

Commit

Permalink
Fix invalid pythonImportsCheck attributes (#374927)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Jan 19, 2025
2 parents f26c1bc + 3874ac0 commit 6e02957
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/llm-cmd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ buildPythonPackage rec {
pytestCheckHook
];

pythonImportCheck = [
pythonImportsCheck = [
"llm_cmd"
];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/llm-ollama/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ buildPythonPackage rec {
"test_registered_models_when_ollama_is_down"
];

pythonImportCheck = [
pythonImportsCheck = [
"llm_ollama"
];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/sqlcipher3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildPythonPackage {
openssl
];

pythonImportChecks = [
pythonImportsCheck = [
"sqlcipher3"
];

Expand Down

0 comments on commit 6e02957

Please sign in to comment.