Skip to content

Commit

Permalink
test: Add clang to testenv.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Sep 6, 2024
1 parent 1185ef4 commit bd5b3fa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nix/testenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ poetry2nix.mkPoetryEnv {
flake8-isort = [ "hatchling" ];
pyunormalize = [ "setuptools" ];
eth-bloom = [ "setuptools" ];
ckzg = [ "setuptools" ];
ckzg = [ "setuptools" "clang" ];
aiohappyeyeballs = [ "poetry" ];
docker = [ "hatchling" "hatch-vcs" ];
clang = [ "setuptools" ];
};
in
lib.mapAttrs
Expand Down
13 changes: 12 additions & 1 deletion tests/integration_tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/integration_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pytest-timeout = "^2.3.1"
hatchling = "^1.25.0"
hatch-vcs = "^0.4.0"
rpds-py = "^0.17.1"
clang = "^17.0.6"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit bd5b3fa

Please sign in to comment.