Skip to content

Commit 86f02a8

Browse files
authored
fix(make): include jinja2 templates in eest package (#1342)
* fix(packaging): include jinja2 templates in eest package * docs: update changelog
1 parent 25bb023 commit 86f02a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ consume cache --help
4545

4646
- 🔀 Bump the version of `execution-specs` used by the framework to the package [`ethereum-execution==1.17.0rc6.dev1`](https://pypi.org/project/ethereum-execution/1.17.0rc6.dev1/); bump the version used for test fixture generation for forks < Prague to current `execution-specs` master, [fa847a0](https://github.com/ethereum/execution-specs/commit/fa847a0e48309debee8edc510ceddb2fd5db2f2e) ([#1310](https://github.com/ethereum/execution-spec-tests/pull/1310)).
4747
- 🐞 Init `TransitionTool` in `GethTransitionTool` ([#1276](https://github.com/ethereum/execution-spec-tests/pull/1276)).
48+
- 🐞 Fix `eest make test` when `ethereum-execution-spec-tests` is installed as a package ([#1342](https://github.com/ethereum/execution-spec-tests/pull/1342)).
4849

4950
### 🧪 Test Cases
5051

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ exclude = ["*tests*"]
110110

111111
[tool.setuptools.package-data]
112112
ethereum_test_forks = ["forks/contracts/*.bin"]
113+
"cli.eest.make" = ["templates/*.j2"]
113114

114115
[tool.ruff]
115116
line-length = 99

0 commit comments

Comments
 (0)