raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 399a844aadad0f27f6156b807596db12a8cba834
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Aug 25 15:02:56 2021 -0400

    gnu: python-mock: Update description.
    
    * gnu/packages/check.scm (python-mock)
    [description]: Mention this library is now part of Python 3.3 onward.
---
 gnu/packages/check.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 0480fae..86d468d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -845,7 +845,8 @@ doctest.")
     (description
      "Mock is a library for testing in Python.  It allows you to replace parts
 of your system under test with mock objects and make assertions about how they
-have been used.")
+have been used.  This library is now part of Python (since Python 3.3),
+available via the @code{unittest.mock} module.")
     (properties `((python2-variant . ,(delay python2-mock))))
     (license license:expat)))
 

Reply via email to