diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-08 19:50:07 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-09 21:07:37 +0100 |
commit | aefa29123feaf4202010675eae0a563b3ee90cf1 (patch) | |
tree | 0af47e9962ba438c5b869af4a67d4fdd9cd32c4c /gnu/packages | |
parent | 809f003f1595d3486ca24f1955b4b0fd0b05fcc9 (diff) | |
download | patches-aefa29123feaf4202010675eae0a563b3ee90cf1.tar patches-aefa29123feaf4202010675eae0a563b3ee90cf1.tar.gz |
gnu: python-pytest: Update home page.
* gnu/packages/check.scm (python-pytest)[home-page]: Follow redirects to
https://docs.pytest.org/en/latest/.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 64af7ea097..7550586c1f 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -672,7 +672,7 @@ standard library.") ("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 |