feat(tooling): replace tox with just#635
Open
shrirajpawar4 wants to merge 1 commit intoleanEthereum:mainfrom
Open
feat(tooling): replace tox with just#635shrirajpawar4 wants to merge 1 commit intoleanEthereum:mainfrom
shrirajpawar4 wants to merge 1 commit intoleanEthereum:mainfrom
Conversation
Collaborator
|
@fselmo Feel free to check this one when you have a bit of time :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗒️ Description
Replace
toxwithjustas the primary task runner for leanSpec.This keeps the change scoped to the actual migration surface only:
Justfilewith the common developer and CI commandstox.iniinto a compatibility shim that points oldtoxenv names to the newjustrecipesjustThe intent is to simplify local workflows without changing runtime behavior, test semantics, fixture output paths, or package configuration.
Examples of the new interface:
just checkjust testjust test-cov-gatejust filljust docsjust apitest http://localhost:5052🔗 Related Issues or PRs
Closes #634
Reference:
toxwithjustethereum/execution-specs#2555✅ Checklist
just checkNotes
This PR intentionally does not touch unrelated files such as:
pyproject.tomltox.iniis kept only as a migration shim so existing contributor habits fail with a clear pointer to the matchingjustcommand.