mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-06 04:14:21 +01:00
move pytest-qt6 to tox
This commit is contained in:
@@ -45,8 +45,7 @@ testing =
|
|||||||
tox
|
tox
|
||||||
tox-conda
|
tox-conda
|
||||||
pytest
|
pytest
|
||||||
# https://github.com/pytest-dev/pytest-qt/pull/340
|
pytest-qt
|
||||||
pytest-qt @ git+https://github.com/The-Compiler/pytest-qt.git@pyqt6
|
|
||||||
pytest-cov
|
pytest-cov
|
||||||
dev =
|
dev =
|
||||||
ipython
|
ipython
|
||||||
|
|||||||
1
tox.ini
1
tox.ini
@@ -39,4 +39,5 @@ extras =
|
|||||||
pyside2: pyside2
|
pyside2: pyside2
|
||||||
pyqt6: pyqt6
|
pyqt6: pyqt6
|
||||||
pyside6: pyside6
|
pyside6: pyside6
|
||||||
|
commands_pre = pip install -U pytest-qt@git+https://github.com/The-Compiler/pytest-qt.git@pyqt6
|
||||||
commands = pytest -v --color=yes --cov=qtrangeslider --cov-report=xml
|
commands = pytest -v --color=yes --cov=qtrangeslider --cov-report=xml
|
||||||
|
|||||||
Reference in New Issue
Block a user