From ec4dddade22a304eb58948eb7cb1919c41c55ed1 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 14:08:46 +0100 Subject: [PATCH] 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 --- 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 36399dba9b0..b7c4b6381cb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2509,10 +2509,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"))))))