-
Notifications
You must be signed in to change notification settings - Fork 457
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
Sgmoore/kde neon qt6 #5236
base: main
Are you sure you want to change the base?
Sgmoore/kde neon qt6 #5236
Conversation
@mr-cal @lengau @sergiusens If you could please take a look, Thanks |
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 Scarlett!
Add bashisms suggestion Co-authored-by: Alex Lowe <[email protected]>
Fix export Co-authored-by: Imani Pelton <[email protected]>
Fix syntax Co-authored-by: Imani Pelton <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5236 +/- ##
==========================================
- Coverage 94.88% 89.73% -5.16%
==========================================
Files 658 343 -315
Lines 55189 22717 -32472
==========================================
- Hits 52364 20384 -31980
+ Misses 2825 2333 -492 ☔ View full report in Codecov by Sentry. |
I need help with ruff ruff failed lint-ruff: exit 2 (0.00 seconds) /home/scarlett/ubuntu-core/snapcraft> ruff check --diff --respect-gitignore pid=51463 It is outside my code and don't want to touch it. pyproject.toml: 1 |
Seems my local tests have different results. ruff wants me to remove the else on build environment exports and doing so breaks everything. Advice welcome. |
@ScarlettGatelyMoore - what version of ruff do you have ( That formatting in if ...:
return ...
else:
return ... to if ...:
return ...
return ... That seems like the same logic to me, with or without the else. |
Not sure why it broke pytest when I did it then. I will give it another go. Thanks! |
Ok success, spread tests will not pass until the store approves kde-qt6-core24 name so I can upload... if any canonical folks know who to poke it would be super helpful. Thanks |
tox run -m lint
?tox run -e test-py310
? (supported versions:py39
,py310
,py311
,py312
)This is for a standalone kde-qt6 content pack support.