From cff9ff11f356d85149e325b30f25df44f0401d15 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Sun, 22 Dec 2024 14:33:16 -0500 Subject: [PATCH] Reconfigure pytest-qt testing setup. --- setup.py | 1 - tox.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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}