guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 082f427926f387a7ca6d8afd79e1cf944498c8b2
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:08:46 2026 +0100
gnu: python-pytokens: Drop phase 'fix-pytest-config.
* gnu/packages/python-xyz.scm (python-pytokens)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: Iac4637403844c62d4bfd40dae2ca908469ef15a1
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6cd8067531..07deaff859 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2310,10 +2310,6 @@ of VT100 terminal.")
(list
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "pyproject.toml"
- (("--cov --cov-report=term-missing") ""))))
(add-before 'build 'build-with-cython
(lambda _
(setenv "PYTOKENS_USE_MYPYC" "0"))))))