diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 6 |
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 |
