summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-08-25 15:02:56 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-08-29 01:05:27 -0400
commit399a844aadad0f27f6156b807596db12a8cba834 (patch)
tree78498c55516d10afc7f7bfa2efb5df119f2af269 /gnu/packages/check.scm
parent3d0fd83f243b7a2fddb02939f7f937ce8fb8965c (diff)
downloadguix-patches-399a844aadad0f27f6156b807596db12a8cba834.tar
guix-patches-399a844aadad0f27f6156b807596db12a8cba834.tar.gz
gnu: python-mock: Update description.
* gnu/packages/check.scm (python-mock) [description]: Mention this library is now part of Python 3.3 onward.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 0480fae290..86d468dbb0 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)))