aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-02-08 19:50:07 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-02-09 21:07:37 +0100
commitaefa29123feaf4202010675eae0a563b3ee90cf1 (patch)
tree0af47e9962ba438c5b869af4a67d4fdd9cd32c4c
parent809f003f1595d3486ca24f1955b4b0fd0b05fcc9 (diff)
downloadguix-aefa29123feaf4202010675eae0a563b3ee90cf1.tar
guix-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/.
-rw-r--r--gnu/packages/check.scm2
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