guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1c7bcb04001d269a6739706094cd1996a5b0d2b9
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:19:17 2026 +0100
gnu: python-diskcache: Drop phase 'fix-pytest-config.
* gnu/packages/python-xyz.scm (python-diskcache)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
<#:test-flags>: Keep ignoring addopts, as it also has other uneeded
flags.
Change-Id: I584128eed904c0d134e3a7292ffb65977b9f36b6
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 40c30369ad..0129d0ed51 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25359,14 +25359,7 @@ executed more than a given number of times during a
given period.")
(build-system pyproject-build-system)
(arguments
(list
- #:test-flags #~(list "--pyargs" "rbfly")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- ;; Drop test coverage requirements.
- (substitute* "pyproject.toml"
- ((".*addopts.*") "")))))))
+ #:test-flags #~(list "-o" "addopts=''" "--pyargs" "rbfly")))
(native-inputs
(list python-cython
python-pytest