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
|
@ -672,7 +672,7 @@ standard library.")
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-pytest" ,python-pytest-bootstrap)
|
("python-pytest" ,python-pytest-bootstrap)
|
||||||
("python-setuptools-scm" ,python-setuptools-scm)))
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(home-page "http://pytest.org")
|
(home-page "https://docs.pytest.org/en/latest/")
|
||||||
(synopsis "Python testing library")
|
(synopsis "Python testing library")
|
||||||
(description
|
(description
|
||||||
"Pytest is a testing tool that provides auto-discovery of test modules
|
"Pytest is a testing tool that provides auto-discovery of test modules
|
||||||
|
|
Loading…
Reference in New Issue