diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8adf2c88a7..aaefa7fc2a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8656,14 +8656,7 @@ jspacker or CSS tidy. It also supports URL rewriting in CSS files.") #~(list "-k" (string-append "not .badssl.com" - " and not test_assert_fingerprint_in_cert_chain_failure")) - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - ;; Drop test coverage requirements. - (substitute* "setup.cfg" - (("--cov(-[^ ]*)?=[^ ]*") "\n"))))))) + " and not test_assert_fingerprint_in_cert_chain_failure")))) (propagated-inputs (list python-certifi python-urllib3)) (native-inputs (list nss-certs-for-test python-aiohttp |
