Use qtpy, deprecate superqt.qtcompat, drop support for Qt <5.12 (#39)

* remove qtcompat

* change imports

* change codecov

* add dep

* run tests against dalthviz branch

* update

* more replace

* pin pyside6 for sake of test

* add deprecation

* drop qt 5.11

* unpin pyside6
This commit is contained in:
Talley Lambert
2022-01-07 12:19:59 -05:00
committed by GitHub
parent a07ee64f8b
commit d25f4c1cf7
96 changed files with 119 additions and 457 deletions

View File

@@ -1,8 +1,9 @@
"""A test module for testing collapsible"""
from qtpy.QtCore import QEasingCurve
from qtpy.QtWidgets import QPushButton
from superqt import QCollapsible
from superqt.qtcompat.QtCore import QEasingCurve
from superqt.qtcompat.QtWidgets import QPushButton
def test_checked_initialization(qtbot):