mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-babel: Update to 2.9.0.
* gnu/packages/python-xyz.scm (python-babel): Update to 2.9.0. [arguments]: Do not disable any tests.
This commit is contained in:
parent
d0a0f78946
commit
c8e83277d5
1 changed files with 3 additions and 9 deletions
|
|
@ -680,14 +680,14 @@ by @code{binstar}, @code{binstar-build}, and @code{chalmers}.")
|
||||||
(define-public python-babel
|
(define-public python-babel
|
||||||
(package
|
(package
|
||||||
(name "python-babel")
|
(name "python-babel")
|
||||||
(version "2.8.0")
|
(version "2.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Babel" version))
|
(uri (pypi-uri "Babel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f0f2vvs1mpdpz2c0mg1mnc3sih8bizmc1h9m67kdsnqs3i2mb0s"))))
|
"018yg7g2pa6vjixx1nx41cfispgfi0azzp0a1chlycbj8jsil0ys"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-freezegun" ,python-freezegun)
|
`(("python-freezegun" ,python-freezegun)
|
||||||
|
|
@ -698,13 +698,7 @@ by @code{binstar}, @code{binstar-build}, and @code{chalmers}.")
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "pytest" "-vv" "-k"
|
(invoke "pytest" "-vv"))))))
|
||||||
(string-append
|
|
||||||
;; XXX: These tests fail when using Pytest 4.x and
|
|
||||||
;; Babel 2.6.0. Try removing this for later versions.
|
|
||||||
"not test_no_inherit_metazone_marker_never_in_output"
|
|
||||||
" and not test_smoke_dates"
|
|
||||||
" and not test_smoke_numbers")))))))
|
|
||||||
(home-page "http://babel.pocoo.org/")
|
(home-page "http://babel.pocoo.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Tools for internationalizing Python applications")
|
"Tools for internationalizing Python applications")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue