diff options
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 40cd63800a..98e9de4533 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6604,7 +6604,8 @@ and serve updated contents upon changes to the directory.") "test_extra_info") " and not ")))) (native-inputs - (list python-pytest + (list nss-certs-for-test + python-pytest python-pytest-asyncio python-pytest-cov python-pytest-httpbin |