guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-ipython: Remove trailing #T.


From: guix-commits
Subject: 01/02: gnu: python-ipython: Remove trailing #T.
Date: Thu, 2 Dec 2021 07:43:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5723503f9f348af008fff7d1f59ff0741fa6f799
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 13:32:09 2021 +0100

    gnu: python-ipython: Remove trailing #T.
    
    * gnu/packages/python-xyz.scm (python-ipython)[arguments]: Remove trailing 
#T
    from build phases.
---
 gnu/packages/python-xyz.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f5ff039..eb2b8a3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8697,8 +8697,7 @@ callback signature using a prototype function.")
              (substitute* "IPython/sphinxext/ipython_directive.py"
                ((".*import datetime") "")
                ((".*datetime.datetime.now\\(\\)") "")
-               (("%timeit") "# %timeit"))
-             #t))
+               (("%timeit") "# %timeit"))))
          ;; Tests can only be run after the library has been installed and not
          ;; within the source directory.
          (delete 'check)
@@ -8712,8 +8711,7 @@ callback signature using a prototype function.")
                    ;; We only test the core because one of the other tests
                    ;; tries to import ipykernel.
                    (invoke "python" "IPython/testing/iptest.py"
-                           "-v" "IPython/core/tests"))
-                 #t)))
+                           "-v" "IPython/core/tests")))))
          (add-before 'check 'fix-tests
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "./IPython/utils/_process_posix.py"
@@ -8725,8 +8723,7 @@ callback signature using a prototype function.")
              ;; (which depends on ipython).
              (delete-file "IPython/core/tests/test_display.py")
              ;; AttributeError: module 'IPython.core' has no attribute 
'formatters'
-             (delete-file "IPython/core/tests/test_interactiveshell.py")
-             #t)))))
+             (delete-file "IPython/core/tests/test_interactiveshell.py"))))))
     (home-page "https://ipython.org";)
     (synopsis "IPython is a tool for interactive computing in Python")
     (description



reply via email to

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