guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: python-jupyter-client-bootstrap: Hide zmq deprecation warnin


From: guix-commits
Subject: 02/03: gnu: python-jupyter-client-bootstrap: Hide zmq deprecation warning.
Date: Wed, 26 Apr 2023 05:45:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cc79cacceec45f4d731ca95eb9fc8006ce7e7cbc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Apr 26 11:29:13 2023 +0200

    gnu: python-jupyter-client-bootstrap: Hide zmq deprecation warning.
    
    * gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap)[arguments]:
    Add phase 'hide-zmq-deprecation-warning.
---
 gnu/packages/python-xyz.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8ceabfb7ad..44834dc2f0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9589,6 +9589,14 @@ without using the configuration machinery.")
        #:tests? #f
        #:phases
        #~(modify-phases %standard-phases
+           ;; The deprecation warnings break the tests.
+           (add-after 'unpack 'hide-zmq-deprecation-warnings
+             (lambda _
+               (substitute* "pyproject.toml"
+                 (("\"ignore:There is no current event 
loop:DeprecationWarning:zmq\"," m)
+                  (string-append m "
+\"ignore:zmq.eventloop.ioloop.*:DeprecationWarning\",
+\"ignore:zmq.tests.BaseZMQTestCase.*:DeprecationWarning\"")))))
            (add-after 'unpack 'set-tool-file-names
              (lambda* (#:key inputs #:allow-other-keys)
                (substitute* "jupyter_client/localinterfaces.py"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]