summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-05-02 19:12:00 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:58 +0100
commit3cc28286bf6deb48173fe98f203f64d63c9811b6 (patch)
tree0cfcc78baf80792985ccbc90d4525655b6f7f341 /gnu/packages/python-web.scm
parent99979824af6aeb999d1c73b961005718994cb178 (diff)
gnu: python-aws-sam-translator: Drop phase 'fix-pytest-config.
* gnu/packages/python-web.scm (python-aws-sam-translator) [arguments]<#:phases>: Drop phase 'fix-pytest-config. [native-inputs]: Add python-pytest-rerunfailures. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ef7c5ba47b8..c861eb74212 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2929,16 +2929,12 @@ routes using HTTP Digest Authentication.")
2929 "tests") 2929 "tests")
2930 #:phases 2930 #:phases
2931 #~(modify-phases %standard-phases 2931 #~(modify-phases %standard-phases
2932 (add-after 'unpack 'fix-pytest-config
2933 (lambda _
2934 ;; Drop test coverage requirements.
2935 (substitute* "pytest.ini"
2936 ((".*addopts.*") ""))))
2937 (add-before 'check 'pre-check 2932 (add-before 'check 'pre-check
2938 (lambda _ 2933 (lambda _
2939 (setenv "AWS_DEFAULT_REGION" "eu-west-3")))))) 2934 (setenv "AWS_DEFAULT_REGION" "eu-west-3"))))))
2940 (native-inputs 2935 (native-inputs
2941 (list python-pytest 2936 (list python-pytest
2937 python-pytest-rerunfailures
2942 python-pytest-xdist 2938 python-pytest-xdist
2943 python-parameterized 2939 python-parameterized
2944 python-pyyaml 2940 python-pyyaml