-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Labels
A-toolArea: toolingArea: toolingC-enhanceCategory: a request for an improvementCategory: a request for an improvementE-mediumExperience: of moderate difficultyExperience: of moderate difficultyP-medium
Milestone
Description
As of #1377, the ethereum-execution
package now additionally contains all EEST libraries and pytest plugins.
In particular, ethereum-execution
will contain two packages with extremely generic names (cli
and config
) that we should consider renaming:
execution-specs/pyproject.toml
Lines 31 to 34 in 68b8df5
[tool.setuptools.package-dir] | |
"" = "src" | |
cli = "src/ethereum_spec_tests/cli" | |
config = "src/ethereum_spec_tests/config" |
Suggestion: Rename the packages as below in EEST, then follow-up with a PR in EELS to update the sub-trees and its pyproject.toml:
cli
->ethereum_test_cli
.config
->ethereum_test_config
.ethereum_test_clis
->ethereum_test_client_clis
.
Metadata
Metadata
Assignees
Labels
A-toolArea: toolingArea: toolingC-enhanceCategory: a request for an improvementCategory: a request for an improvementE-mediumExperience: of moderate difficultyExperience: of moderate difficultyP-medium