-
Notifications
You must be signed in to change notification settings - Fork 467
chore(packaging): ensure well-named post-weld packages #1402
Copy link
Copy link
Open
Labels
A-spec-toolArea: Specification Tooling—Tools for the Ethereum specification (eg. `src/ethereum_spec_tools/*`)Area: Specification Tooling—Tools for the Ethereum specification (eg. `src/ethereum_spec_tools/*`)C-featCategory: an improvement or new featureCategory: an improvement or new featureE-mediumExperience: of moderate difficultyExperience: of moderate difficultyP-mediumstaleThe Issue/PR has not had any activity for 60 days. PRs will be automatically closed.The Issue/PR has not had any activity for 60 days. PRs will be automatically closed.
Milestone
Metadata
Metadata
Labels
A-spec-toolArea: Specification Tooling—Tools for the Ethereum specification (eg. `src/ethereum_spec_tools/*`)Area: Specification Tooling—Tools for the Ethereum specification (eg. `src/ethereum_spec_tools/*`)C-featCategory: an improvement or new featureCategory: an improvement or new featureE-mediumExperience: of moderate difficultyExperience: of moderate difficultyP-mediumstaleThe Issue/PR has not had any activity for 60 days. PRs will be automatically closed.The Issue/PR has not had any activity for 60 days. PRs will be automatically closed.
Type
Fields
Give feedbackNo fields configured for issues without a type.
As of #1377, the
ethereum-executionpackage now additionally contains all EEST libraries and pytest plugins.In particular,
ethereum-executionwill contain two packages with extremely generic names (cliandconfig) that we should consider renaming:execution-specs/pyproject.toml
Lines 31 to 34 in 68b8df5
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.