guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1bc023dacc1673f51717be1d6bb1d2afec2286ae
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:15:43 2026 +0100
gnu: python-strenum: Drop phase 'fix-pytest-config.
* gnu/packages/python-xyz.scm (python-strenum)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: I7b19876d98916098b90b9352f8c42c98fc7f708e
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d33b5af7d6..ae28cdd989 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36245,13 +36245,7 @@ in Rust, with a nice Python API provided on top.")
(arguments
(list
#:test-flags
- #~(list "--ignore=doc/")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "pytest.ini"
- (("addopts =.*") "")))))))
+ #~(list "--ignore=doc/")))
(native-inputs
(list python-pytest
python-setuptools))