From acb907e398f0cec02ec34dd4e5c2dfabad553b52 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 2 May 2026 19:12:00 +0200 Subject: 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 --- gnu/packages/python-web.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gnu/packages/python-web.scm') 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 -- cgit v1.3