diff --git a/setup.cfg b/setup.cfg index b7ba161..08691b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,8 +45,7 @@ testing = tox tox-conda pytest - # https://github.com/pytest-dev/pytest-qt/pull/340 - pytest-qt @ git+https://github.com/The-Compiler/pytest-qt.git@pyqt6 + pytest-qt pytest-cov dev = ipython diff --git a/tox.ini b/tox.ini index 3037fb1..a7a9e44 100644 --- a/tox.ini +++ b/tox.ini @@ -39,4 +39,5 @@ extras = pyside2: pyside2 pyqt6: pyqt6 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