From c5cb2465c0065d1644b7573d9fa518096283d649 Mon Sep 17 00:00:00 2001 From: niksirbi Date: Fri, 10 Nov 2023 14:39:13 +0000 Subject: [PATCH] have both pytest-qt and qtpy in dev dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fbb55fc..07c6546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ dev = [ "pre-commit", "ruff", "setuptools_scm", + "pytest-qt", "qtpy", ]