me
/
guix
Archived
1
0
Fork 0

gnu: python-babel: Reinstate previously failing tests.

* gnu/packages/python-xyz.scm (python-babel)[arguments]: Remove field.
[home-page]: Use HTTPS.
master
Maxim Cournoyer 2020-10-18 09:31:15 -04:00
parent d238188969
commit 9e3a5ee417
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 12 deletions

View File

@ -639,18 +639,7 @@ by @code{binstar}, @code{binstar-build}, and @code{chalmers}.")
("python-pytest" ,python-pytest)))
(propagated-inputs
`(("python-pytz" ,python-pytz)))
(arguments
`(#:phases (modify-phases %standard-phases
(replace 'check
(lambda _
(invoke "pytest" "-vv" "-k"
(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 "https://babel.pocoo.org/")
(synopsis
"Tools for internationalizing Python applications")
(description