diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-25 08:33:51 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-25 12:21:02 +0000 |
commit | ac9543ea79a481d549ab2564eb5f6ad86ecf9ef3 (patch) | |
tree | c7b3805ef0fede7c24bc5a38db57cd6fb0b498eb | |
parent | db41a620d6c8434241cbb899e7149c18aa73cb73 (diff) | |
download | guix-ac9543ea79a481d549ab2564eb5f6ad86ecf9ef3.tar.gz guix-ac9543ea79a481d549ab2564eb5f6ad86ecf9ef3.zip |
gnu: hypercorn: Fix tests.
* gnu/packages/python-web.scm (hypercorn): [native-inputs]: Remove
python-hypothesis; add nss-certs-for-test.
Change-Id: I8ec89e416d212f00a5cc4ef0187cec96c9b5df7e
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 02ca2bea99..defa2a6c3a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3444,8 +3444,8 @@ RFC6455, regardless of your programming paradigm.") python-priority python-tomli python-wsproto)) - (native-inputs (list python-httpx - python-hypothesis + (native-inputs (list nss-certs-for-test + python-httpx python-poetry-core python-pytest python-pytest-asyncio |