[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/21: gnu: python-mock: Update description.
From: |
guix-commits |
Subject: |
11/21: gnu: python-mock: Update description. |
Date: |
Sun, 29 Aug 2021 01:16:33 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 399a844aadad0f27f6156b807596db12a8cba834
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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)))
- 08/21: gnu: python-pytest-6: Update to 6.2.4 and propagate iniconfig., (continued)
- 08/21: gnu: python-pytest-6: Update to 6.2.4 and propagate iniconfig., guix-commits, 2021/08/29
- 09/21: gnu: python-execnet: Update to 1.9.0 and enable tests., guix-commits, 2021/08/29
- 10/21: gnu: python-rope: Update to 0.19.0 and remove python2-rope., guix-commits, 2021/08/29
- 12/21: gnu: python-py-next: Update to 1.10.0., guix-commits, 2021/08/29
- 14/21: gnu: python-pytest-asyncio: Enable tests and patch for Python 3.8., guix-commits, 2021/08/29
- 16/21: gnu: python-pytest-xdist: Fix by downgrading to 1.34.0, run test suite., guix-commits, 2021/08/29
- 20/21: gnu: python-django: Update to 3.2.6., guix-commits, 2021/08/29
- 04/21: gnu: Add python-resolvelib., guix-commits, 2021/08/29
- 06/21: gnu: Add python-ncclient., guix-commits, 2021/08/29
- 07/21: gnu: Add python-pyspnego., guix-commits, 2021/08/29
- 11/21: gnu: python-mock: Update description.,
guix-commits <=
- 19/21: gnu: ansible: Update to 4.4.0., guix-commits, 2021/08/29
- 15/21: gnu: python-pytest-mock: Update to 3.6.1 and run test suite., guix-commits, 2021/08/29
- 13/21: gnu: python-pytest-forked: Update to 1.3.0 and run test suite., guix-commits, 2021/08/29
- 18/21: gnu: Add ansible-core., guix-commits, 2021/08/29
- 21/21: gnu: python-pytest-django: Update to 4.4.0., guix-commits, 2021/08/29
- 17/21: gnu: Add python-pytest-xdist-next., guix-commits, 2021/08/29