mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: python-strenum: Drop phase 'fix-pytest-config.
* gnu/packages/python-xyz.scm (python-strenum)[arguments] <#:phases>: Drop phase 'fix-pytest-config. Change-Id: I7b19876d98916098b90b9352f8c42c98fc7f708e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Andreas Enge
parent
39b957d89a
commit
86e004d89a
@@ -36637,13 +36637,7 @@ in Rust, with a nice Python API provided on top.")
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
#~(list "--ignore=doc/")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-pytest-config
|
||||
(lambda _
|
||||
(substitute* "pytest.ini"
|
||||
(("addopts =.*") "")))))))
|
||||
#~(list "--ignore=doc/")))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools))
|
||||
|
||||
Reference in New Issue
Block a user