guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e58663f197f9de2c319afc0e12f94f776130e879
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 26 22:58:27 2026 +0100
gnu: python-pint: Remove python-pytest-subtests.
* gnu/packages/python-science.scm (python-pint):
[native-inputs]: Remove python-pytest-subtests.
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/python-science.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 0e3a0574980..23f6b30b428 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3542,15 +3542,12 @@ and more
#~(modify-phases %standard-phases
(add-before 'check 'pre-check
(lambda _
- ;; PermissionError: [Errno 13] Permission denied:
- ;; '/homeless-shelter'
(setenv "HOME" "/tmp"))))))
(native-inputs
(list python-hatch-vcs
python-hatchling
python-pytest
- python-pytest-mpl
- python-pytest-subtests))
+ python-pytest-mpl))
(propagated-inputs
(list python-flexcache
python-flexparser