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-18 14:36:44 +0100
commitacb907e398f0cec02ec34dd4e5c2dfabad553b52 (patch)
treeb8e7e1b380a4ef1472fd2fcc3cb4aa88111160ef /gnu/packages/python-web.scm
parent00f056de5b7d7f69e99a91330015234980a384b2 (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 ef7c5ba47b..c861eb7421 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2929,16 +2929,12 @@ routes using HTTP Digest Authentication.")
"tests")
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- ;; Drop test coverage requirements.
- (substitute* "pytest.ini"
- ((".*addopts.*") ""))))
(add-before 'check 'pre-check
(lambda _
(setenv "AWS_DEFAULT_REGION" "eu-west-3"))))))
(native-inputs
(list python-pytest
+ python-pytest-rerunfailures
python-pytest-xdist
python-parameterized
python-pyyaml