mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
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:
committed by
Andreas Enge
parent
709f012e4a
commit
ec4dddade2
@@ -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"))))))
|
||||
|
||||
Reference in New Issue
Block a user