Skip to content

Commit

Permalink
checkov: use default python (3.12) (#361733)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 6, 2024
2 parents a0ad081 + 0303357 commit 7c1aca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/analysis/checkov/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ python3.pkgs.buildPythonApplication rec {

nativeCheckInputs = with python3.pkgs; [
aioresponses
distutils
mock
pytest-asyncio
pytest-mock
Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,7 @@ with pkgs;

chef-cli = callPackage ../tools/misc/chef-cli { };

checkov = callPackage ../development/tools/analysis/checkov {
python3 = python311;
};
checkov = callPackage ../development/tools/analysis/checkov { };

clang-uml = callPackage ../by-name/cl/clang-uml/package.nix {
stdenv = clangStdenv;
Expand Down

0 comments on commit 7c1aca7

Please sign in to comment.