mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Remove python2-freezegun.
* gnu/packages/check.scm (python2-freezegun): Delete variable.
This commit is contained in:
parent
0f3cd86c67
commit
d0d694355c
1 changed files with 0 additions and 31 deletions
|
@ -2794,37 +2794,6 @@ (define-public python-freezegun
|
||||||
time by mocking the datetime module.")
|
time by mocking the datetime module.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python2-freezegun
|
|
||||||
(package
|
|
||||||
(name "python2-freezegun")
|
|
||||||
(version "0.3.14")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "freezegun" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0al75mk829j1izxi760b7yjnknjihyfhp2mvi5qiyrxb9cpxwqk2"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list python2-mock python2-pytest))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python2-six python2-dateutil))
|
|
||||||
(arguments
|
|
||||||
`(#:python ,python-2
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
;; The tests are normally executed via `make test`, but the PyPi
|
|
||||||
;; package does not include the Makefile.
|
|
||||||
(replace 'check
|
|
||||||
(lambda _
|
|
||||||
(invoke "pytest" "-vv"))))))
|
|
||||||
(home-page "https://github.com/spulec/freezegun")
|
|
||||||
(synopsis "Test utility for mocking the datetime module")
|
|
||||||
(description
|
|
||||||
"FreezeGun is a library that allows your python tests to travel through
|
|
||||||
time by mocking the datetime module.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public python-flexmock
|
(define-public python-flexmock
|
||||||
(package
|
(package
|
||||||
(name "python-flexmock")
|
(name "python-flexmock")
|
||||||
|
|
Loading…
Reference in a new issue