guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e77d0d0af27a7f8c6a7317fffe18e00d38e9ec31
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:05:55 2026 +0100
gnu: python-pyramid-jinja2: Drop phase 'fix-pytest-config.
* gnu/packages/python-web.scm (python-pyramid-jinja2)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: I034863e3cfe613a5605d8eefa76e3f4c7575608e
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-web.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 74c588c951..8d03c8c5cd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10710,13 +10710,7 @@ development.")
(list
#:test-flags
;; Two tests failed with assertion not equal.
- #~(list "-k" "not test_it_relative_to_package and not test_options")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "setup.cfg"
- ((" --cov") "")))))))
+ #~(list "-k" "not test_it_relative_to_package and not test_options")))
(native-inputs
(list python-pytest
python-setuptools