mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-06 20:31:09 +01:00
rename to superqt (#3)
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user