mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flexmock: Move to python-check.
* gnu/packages/check.scm (python-flexmock): Move from here ... * gnu/packages/python-check.scm: ... to here. * gnu/packages/shellutils.scm: Add python-check module. Change-Id: I6aebe1eb1f9bdbeb140af4538a9af0becccc6e92
This commit is contained in:
parent
e976d192a4
commit
f35a36f906
3 changed files with 24 additions and 19 deletions
|
@ -3184,25 +3184,6 @@ JSON APIs with Behave.")
|
|||
time by mocking the datetime module.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-flexmock
|
||||
(package
|
||||
(name "python-flexmock")
|
||||
(version "0.12.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "flexmock" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18dcr7mpldf3cxsqi9rak75n4z7x3j544l4ixdspairm7cf6cp23"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-poetry-core python-pytest))
|
||||
(home-page "https://flexmock.readthedocs.io/")
|
||||
(synopsis "Testing library for Python")
|
||||
(description
|
||||
"flexmock is a testing library for Python that makes it easy to create
|
||||
mocks, stubs and fakes.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-flaky
|
||||
(package
|
||||
(name "python-flaky")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue