guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fd9c6d6945d2d1a446b4c16475aa5100b7170ff8
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Oct 19 16:53:09 2025 +0200
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 225ed867ba..126b8f1c71 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")