Skip to content

fix(tool): Add tox and tox-uv as dev deps for uv sync#1671

Merged
fselmo merged 1 commit into
ethereum:forks/osakafrom
fselmo:fix/tox-dep
Oct 24, 2025
Merged

fix(tool): Add tox and tox-uv as dev deps for uv sync#1671
fselmo merged 1 commit into
ethereum:forks/osakafrom
fselmo:fix/tox-dep

Conversation

@fselmo

@fselmo fselmo commented Oct 23, 2025

Copy link
Copy Markdown
Contributor

🗒️ Description

We don't actually have tox or tox-uv as dev dependencies. This makes it so if a developer runs uv sync ..., tox is not automatically installed. We can either revert #1668, which makes it so new developers need to always use --with=tox-uv or we can add these as dev dependencies so uv sync --all-extras pulls this in and all we need to use is uv run tox -e ....

🔗 Related Issues or PRs

#1668

✅ Checklist

  • All: Ran fast tox checks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:
    uvx tox -e static
  • All: PR title adheres to the repo standard - it will be used as the squash commit message and should start type(scope):.
  • All: Considered adding an entry to CHANGELOG.md.
  • All: Considered updating the online docs in the ./docs/ directory.
  • All: Set appropriate labels for the changes (only maintainers can apply labels).

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.07%. Comparing base (da0c26e) to head (67e0237).
⚠️ Report is 4 commits behind head on forks/osaka.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@               Coverage Diff               @@
##           forks/osaka    #1671      +/-   ##
===============================================
- Coverage        86.08%   86.07%   -0.02%     
===============================================
  Files              743      743              
  Lines            44072    44078       +6     
  Branches          3891     3894       +3     
===============================================
  Hits             37938    37938              
- Misses            5656     5659       +3     
- Partials           478      481       +3     
Flag Coverage Δ
unittests 86.07% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@spencer-tb spencer-tb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks

chetna-mittal pushed a commit to gnosischain/execution-specs that referenced this pull request Oct 24, 2025
* zkevm: add TLOAD benchs

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* improvements

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* zkevm: add TSTORE benchs

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* lint

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* fix

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* simplify 3 mod 8 factor

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* feedback

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* refactor and improvements

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* feedback

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* Update tests/zkevm/test_worst_compute.py

Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>

* fix comment

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* rebase fix

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* remove unused import

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

---------

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
@fselmo fselmo merged commit a1d2a58 into ethereum:forks/osaka Oct 24, 2025
11 checks passed
@fselmo fselmo deleted the fix/tox-dep branch October 24, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants