diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 14:06:17 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:37 +0100 |
| commit | 3707567bb19a014efc108311687f4746f6d57e4a (patch) | |
| tree | c1b18f7f882eadadd19a38a983c8ee3e895973e4 /gnu/packages/python-web.scm | |
| parent | 7a8388f482be4f66647669606efdc3e04ec83752 (diff) | |
gnu: python-pyramid-mako: Drop phase 'fix-pytest-config.
* gnu/packages/python-web.scm (python-pyramid-mako)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: I341da9eecf6078a6aa175f3884b0d15fbfec7c96
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ee0635eae09..e3bf7e226cc 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -11040,14 +11040,6 @@ Pyramid web framework.") | |||
| 11040 | (sha256 | 11040 | (sha256 |
| 11041 | (base32 "0v0571z2gby4apsalkdk83gs0d5mw79d56518h3bwwxzbq32kkns")))) | 11041 | (base32 "0v0571z2gby4apsalkdk83gs0d5mw79d56518h3bwwxzbq32kkns")))) |
| 11042 | (build-system pyproject-build-system) | 11042 | (build-system pyproject-build-system) |
| 11043 | (arguments | ||
| 11044 | (list | ||
| 11045 | #:phases | ||
| 11046 | #~(modify-phases %standard-phases | ||
| 11047 | (add-after 'unpack 'fix-pytest-config | ||
| 11048 | (lambda _ | ||
| 11049 | (substitute* "pyproject.toml" | ||
| 11050 | ((" --cov --cov-report=term-missing") ""))))))) | ||
| 11051 | (native-inputs | 11043 | (native-inputs |
| 11052 | (list python-pytest | 11044 | (list python-pytest |
| 11053 | python-setuptools)) | 11045 | python-setuptools)) |
