move pytest-qt6 to tox

This commit is contained in:
Talley Lambert
2021-04-25 14:27:11 -04:00
parent 01f496bc18
commit e8594d8b40
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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