mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cookies: Use the correct version of pytest.
* gnu/packages/python-web.scm (python-cookies)[native-inputs]: Change PYTHON2-PYTEST to PYTHON-PYTEST.
This commit is contained in:
parent
6bd7d4cb74
commit
cb18f2bf31
1 changed files with 1 additions and 1 deletions
|
@ -1834,7 +1834,7 @@ for overriding static files.")
|
||||||
`(;; test are broken: https://gitlab.com/sashahart/cookies/issues/3
|
`(;; test are broken: https://gitlab.com/sashahart/cookies/issues/3
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python2-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
(synopsis "HTTP cookie parser and renderer")
|
(synopsis "HTTP cookie parser and renderer")
|
||||||
(description "A RFC 6265-compliant HTTP cookie parser and renderer in
|
(description "A RFC 6265-compliant HTTP cookie parser and renderer in
|
||||||
Python.")
|
Python.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue