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

style: use ruff format instead of black, update pre-commit, restrict pyside6 tests #235

Merged
merged 9 commits into from
Mar 6, 2024

Conversation

tlambert03
Copy link
Member

@tlambert03 tlambert03 commented Mar 6, 2024

closes #230. and gets tests working again

disallows pyside6.6.2 cause it breaks throttlers: https://bugreports.qt.io/browse/PYSIDE-2627

additionally, I'm rearranging the slider tests to go last because of a segfault that has started appearing on pyside6.5+. I believe it's related to this change (or something related to it): qtproject/pyside-pyside-setup@db40e3e
(I find that signal instances are getting deleted erroneously, but I haven't narrowed it down yet. works fine on pyqt6)

napari tests are failing due to napari/napari#6718

Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.30%. Comparing base (60188de) to head (8bc4270).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #235      +/-   ##
==========================================
- Coverage   87.46%   87.30%   -0.16%     
==========================================
  Files          46       46              
  Lines        3334     3333       -1     
==========================================
- Hits         2916     2910       -6     
- Misses        418      423       +5     

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

@tlambert03 tlambert03 changed the title style: use ruff format instead of black, update pre-commit style: use ruff format instead of black, update pre-commit, restrict pyside6 tests Mar 6, 2024
@tlambert03 tlambert03 merged commit 16f9ef9 into pyapp-kit:main Mar 6, 2024
45 of 47 checks passed
@tlambert03 tlambert03 deleted the ruff-and-tests branch March 6, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant