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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 14:08:46 +01:00
committed by Andreas Enge
parent 709f012e4a
commit ec4dddade2

View File

@@ -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"))))))