mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pygithub: Fix tests.
* gnu/packages/python-xyz.scm (python-pygithub)[native-inputs]: Add nss-certs-for-test. Change-Id: Ib0ee6f1c23302adfec3e8d184cc4afff285012e7
This commit is contained in:
parent
ed95ddeb1e
commit
20b1613484
1 changed files with 2 additions and 1 deletions
|
@ -186,6 +186,7 @@
|
|||
#:use-module (gnu packages bdw-gc)
|
||||
#:use-module (gnu packages bioinformatics)
|
||||
#:use-module (gnu packages build-tools)
|
||||
#:use-module (gnu packages certs)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages cmake)
|
||||
#:use-module (gnu packages compression)
|
||||
|
@ -7300,7 +7301,7 @@ to deprecate classes, functions or methods.")
|
|||
(list python-cryptography python-deprecated python-pyjwt
|
||||
python-pynacl python-requests))
|
||||
(native-inputs
|
||||
(list python-httpretty python-pytest))
|
||||
(list nss-certs-for-test python-httpretty python-pytest))
|
||||
(home-page "https://pygithub.readthedocs.io/en/latest/")
|
||||
(synopsis "Python library for the GitHub API")
|
||||
(description "This library allows managing GitHub resources such as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue