Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): fix tox framework #921

Closed
wants to merge 1 commit into from
Closed

Conversation

spencer-tb
Copy link
Collaborator

@spencer-tb spencer-tb commented Oct 29, 2024

πŸ—’οΈ Description

Fixes the following mypy errors within CI:

framework: commands[4]> mypy src
src/cli/eofwrap.py:265: error: "FixtureHeader" has no attribute "requests_root"; maybe "receipts_root"?  [attr-defined]
src/cli/eofwrap.py:269: error: "FixtureBlock" has no attribute "deposit_requests"  [attr-defined]
src/cli/eofwrap.py:270: error: "FixtureBlock" has no attribute "withdrawal_requests"  [attr-defined]
src/cli/eofwrap.py:271: error: "FixtureBlock" has no attribute "consolidation_requests"  [attr-defined]

πŸ”— Related Issues

N/A

βœ… Checklist

  • All: Set appropriate labels for the changes.
  • All: Considered squashing commits to improve commit history.
  • All: Added an entry to CHANGELOG.md. N/A
  • All: Considered updating the online docs in the ./docs/ directory.

@spencer-tb spencer-tb added scope:ci Scope: Continuous Integration type:chore Type: Chore labels Oct 29, 2024
@spencer-tb
Copy link
Collaborator Author

CIFO: #920

@spencer-tb spencer-tb closed this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:ci Scope: Continuous Integration type:chore Type: Chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant