mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-pytest: Update home page.
* gnu/packages/check.scm (python-pytest)[home-page]: Follow redirects to https://docs.pytest.org/en/latest/.
This commit is contained in:
parent
809f003f15
commit
aefa29123f
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ (define-public python-pytest
|
|||
("python-mock" ,python-mock)
|
||||
("python-pytest" ,python-pytest-bootstrap)
|
||||
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(home-page "http://pytest.org")
|
||||
(home-page "https://docs.pytest.org/en/latest/")
|
||||
(synopsis "Python testing library")
|
||||
(description
|
||||
"Pytest is a testing tool that provides auto-discovery of test modules
|
||||
|
|
Loading…
Reference in a new issue