diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bf5afd67da..4a6083a610 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13016,7 +13016,7 @@ installing @code{kernelspec}s for use with Jupyter frontends.") (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 |