diff --git a/setup.py b/setup.py index 36c1008..1d2f443 100644 --- a/setup.py +++ b/setup.py @@ -744,7 +744,6 @@ def data_files(root_directory): "flake8", "pytest", "pytest-cov", - "pytest-qt", ], "qt": [ "glue-qt", diff --git a/tox.ini b/tox.ini index 46b50dc..fce99d0 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ extras = qt: qt jupyter: jupyter commands = + qt: pip install pytest-qt test: pip freeze test: pytest --pyargs glue_ar --cov glue_ar {posargs}