1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Nicolas Graves
2026-03-16 14:15:43 +01:00
committed by Sharlatan Hellseher
parent f98062676c
commit 9c26dd54f8

View File

@@ -36537,13 +36537,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))