mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: python-ipykernel: Fix build.
* gnu/packages/python-xyz.scm (python-ipykernel)[arguments]<#:test-flags>: Ignore DeprecationWarning. Change-Id: I73cb5e43321715d0dbeeff281ecbd9001e1b0e43
This commit is contained in:
parent
ee2231f86f
commit
187a223dcb
1 changed files with 1 additions and 1 deletions
|
@ -13016,7 +13016,7 @@ (define-public python-ipykernel
|
|||
(ice-9 match))
|
||||
#:test-flags
|
||||
;; XXX: probably not good that this fails
|
||||
'(list "-k" "not test_copy_to_globals")
|
||||
'(list "-k" "not test_copy_to_globals" "-Wignore::DeprecationWarning")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'relax-a-bit
|
||||
|
|
Loading…
Reference in a new issue