guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: python-pexpect: Update to 4.8.0.


From: guix-commits
Subject: 01/14: gnu: python-pexpect: Update to 4.8.0.
Date: Tue, 24 Mar 2020 17:17:20 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 2c15cb589832c5c08cbfcd42f64011e2b345e335
Author: Tanguy Le Carrour <address@hidden>
AuthorDate: Sat Mar 21 12:26:16 2020 +0100

    gnu: python-pexpect: Update to 4.8.0.
    
    * gnu/packages/python-xyz.scm (python-pexpect): Update to 4.8.0.
    [arguments]: Disable failing test.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/python-xyz.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8463fcc..155ad21 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5339,13 +5339,13 @@ displayed.")
 (define-public python-pexpect
   (package
     (name "python-pexpect")
-    (version "4.6.0")
+    (version "4.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pexpect" version))
        (sha256
-        (base32 "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia"))))
+        (base32 "032cg337h8awydgypz6f4wx848lw8dyrj4zy988x0lyib4ws8rgw"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -5359,7 +5359,10 @@ displayed.")
                ;; Many tests try to use the /bin directory which
                ;; is not present in the build environment.
                ;; Use one that's non-empty and unlikely to change.
-               (("/bin'") "/dev'"))
+               (("/bin'") "/dev'")
+               ;; Disable failing test.  See upstream bug report
+               ;; https://github.com/pexpect/pexpect/issues/568
+               (("def test_bash") "def _test_bash"))
              ;; XXX: Socket connection test gets "Connection reset by peer".
              ;; Why does it not work? Delete for now.
              (delete-file "tests/test_socket.py")



reply via email to

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