Closed tlambert03 closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.30%. Comparing base (
60188de
) to head (8bc4270
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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): https://github.com/qtproject/pyside-pyside-setup/commit/db40e3e07932576bc54cd922eecd423c0f675613 (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 https://github.com/napari/napari/issues/6718