From e8594d8b40c65e75a63ca51cca044f15adf1680d Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sun, 25 Apr 2021 14:27:11 -0400 Subject: [PATCH] move pytest-qt6 to tox --- setup.cfg | 3 +-- tox.ini | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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