guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-pytest: Update home page.


From: guix-commits
Subject: 02/02: gnu: python-pytest: Update home page.
Date: Sat, 9 Feb 2019 15:08:21 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit aefa29123feaf4202010675eae0a563b3ee90cf1
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 8 19:50:07 2019 +0100

    gnu: python-pytest: Update home page.
    
    * gnu/packages/check.scm (python-pytest)[home-page]: Follow redirects to
    https://docs.pytest.org/en/latest/.
---
 gnu/packages/check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 64af7ea..7550586 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]