rename to superqt (#3)

This commit is contained in:
Talley Lambert
2021-06-26 16:29:59 -04:00
committed by GitHub
parent eeb4413678
commit 7e64be7d9d
37 changed files with 78 additions and 79 deletions

View File

@@ -10,8 +10,8 @@ exclude_lines =
except ImportError*
raise NotImplementedError()
omit =
qwidgets/_version.py
qwidgets/qtcompat/*
superqt/_version.py
superqt/qtcompat/*
*_tests*
[gh-actions]
@@ -56,4 +56,4 @@ extras =
pyside6: pyside6
commands_pre =
pyqt6,pyside6: pip install -U pytest-qt@git+https://github.com/pytest-dev/pytest-qt.git
commands = pytest --color=yes --cov=qwidgets --cov-report=xml {posargs}
commands = pytest --color=yes --cov=superqt --cov-report=xml {posargs}