From fd9c6d6945d2d1a446b4c16475aa5100b7170ff8 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Sun, 19 Oct 2025 16:53:09 +0200 Subject: [PATCH] gnu: python-pytest-qt: Remove development inputs. * gnu/packages/python-check.scm (python-pytest-qt): [native-inputs]: Remove python-tox. Change-Id: I98474f6c76b0df89b7c45a7c2b9bdebf9ac72b77 --- gnu/packages/python-check.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 225ed867bae0e13bfcb7646769329b196d5ce059..126b8f1c71c3249f2b930c0bd5f52c49408add17 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3125,7 +3125,6 @@ types (i.e. Convention, Warn, and Error) fail the build.") (list python-pre-commit python-setuptools python-setuptools-scm - python-tox python-wheel)) (home-page "https://github.com/pytest-dev/pytest-qt") (synopsis "Pytest support for PyQt and PySide applications")