mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python-cartopy: Update to 0.23.0.
* gnu/packages/geo.scm (python-cartopy): Update to 0.23.0. [arguments]<#:test-flags>: Skip more network tests. Change-Id: Idbd2b3c52cba0fb58e78171df330581bf83ecbdf
This commit is contained in:
parent
b79a10f28f
commit
eae4786c11
1 changed files with 12 additions and 4 deletions
|
@ -1489,13 +1489,13 @@ (define-public python-verde
|
||||||
(define-public python-cartopy
|
(define-public python-cartopy
|
||||||
(package
|
(package
|
||||||
(name "python-cartopy")
|
(name "python-cartopy")
|
||||||
(version "0.22.0")
|
(version "0.23.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Cartopy" version))
|
(uri (pypi-uri "Cartopy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jdv92az0b7qxdvalh29kasw3knsl570cz7q3vql67ck400zj05k"))))
|
(base32 "0xknmq73pvkm3k718zrsx8p4r83dbskwqna9v4qvmwh1ayrkf7r3"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1506,8 +1506,16 @@ (define-public python-cartopy
|
||||||
"-m" "not natural_earth and not network"
|
"-m" "not natural_earth and not network"
|
||||||
"-k"
|
"-k"
|
||||||
(string-append
|
(string-append
|
||||||
;; This one too but it's not marked as such.
|
;; These ones too but are not marked as such.
|
||||||
"not test_gridliner_labels_bbox_style"
|
"not test_feature_artist_draw"
|
||||||
|
" and not test_feature_artist_draw_facecolor_list"
|
||||||
|
" and not test_feature_artist_draw_cmap"
|
||||||
|
" and not test_feature_artist_draw_styled_feature"
|
||||||
|
" and not test_feature_artist_draw_styler"
|
||||||
|
" and not test_gridliner_constrained_adjust_datalim"
|
||||||
|
" and not test_gridliner_remove"
|
||||||
|
" and not test_gridliner_title_adjust"
|
||||||
|
" and not test_gridliner_labels_bbox_style"
|
||||||
;; Accuracy problems
|
;; Accuracy problems
|
||||||
" and not test_single_spole"
|
" and not test_single_spole"
|
||||||
" and not test_single_npole"
|
" and not test_single_npole"
|
||||||
|
|
Loading…
Reference in a new issue