-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fix verdi devel check-undesired-imports when tui extra is installed #6693
base: main
Are you sure you want to change the base?
Fix verdi devel check-undesired-imports when tui extra is installed #6693
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6693 +/- ##
==========================================
- Coverage 78.00% 77.99% -0.00%
==========================================
Files 563 563
Lines 41766 41769 +3
==========================================
Hits 32574 32574
- Misses 9192 9195 +3 ☔ View full report in Codecov by Sentry. |
1b1a850
to
eb1e91b
Compare
@@ -129,8 +129,6 @@ jobs: | |||
with: | |||
python-version: '3.12' | |||
from-lock: 'true' | |||
# NOTE: The `verdi devel check-undesired-imports` fails if | |||
# the 'tui' extra is installed. | |||
extras: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we include the extras here again? We just removed the extras because of the tui problem right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the extras were never included in this check, and I don't see why we should include them if they are not needed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fix! had just one question
eb1e91b
to
45c2d0a
Compare
45c2d0a
to
ae9b298
Compare
Fixes #6691.
To test the fix run
This will fail on main with