guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-robotframework: Update to 5.0.1.


From: guix-commits
Subject: 01/03: gnu: python-robotframework: Update to 5.0.1.
Date: Tue, 18 Oct 2022 13:03:57 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 190be4921c6dd1646774fc6129a38c3acd566c0f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 15 09:12:12 2022 -0400

    gnu: python-robotframework: Update to 5.0.1.
    
    * gnu/packages/python-xyz.scm (python-robotframework): Update to 5.0.1.
    [phases] {delete-problematic-tests}: Re-instate the sending_signal.robot
    tests, fixed upstream.
    [native-inputs]: Replace python-jsonschema with python-jsonschema-next.
---
 gnu/packages/python-xyz.scm | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ebc56bbc11..a15043ce45 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4772,7 +4772,7 @@ ecosystem, but can naturally be used also by other 
projects.")
 (define-public python-robotframework
   (package
     (name "python-robotframework")
-    (version "5.0")
+    (version "5.0.1")
     ;; There are no tests in the PyPI archive.
     (source
      (origin
@@ -4782,7 +4782,7 @@ ecosystem, but can naturally be used also by other 
projects.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qcm36c8hachbv3bc05ky7cf63i3sj0y8dw3bwjvcln28i543f81"))
+        (base32 "0jjr71npzrm5mv16pya3m2dqaqgf6sc45yca5kfmc5lfislig5b8"))
        (patches (search-patches
                  "python-robotframework-atest.patch"
                  "python-robotframework-source-date-epoch.patch"))))
@@ -4803,13 +4803,7 @@ ecosystem, but can naturally be used also by other 
projects.")
               ;; directory not being '/', as is the case in the Guix build
               ;; container.
               (delete-file "atest/robot/standard_libraries/\
-operating_system/path_expansion.robot")
-              ;; FIXME: The test 'Process.Sending Signal.By default signal
-              ;; is not sent to process running in shell' fails for unknown
-              ;; reason (see:
-              ;; https://github.com/robotframework/robotframework/issues/4292).
-              (delete-file "atest/robot/standard_libraries/\
-process/sending_signal.robot")))
+operating_system/path_expansion.robot")))
           (add-before 'build 'build-and-install-doc
             (lambda* (#:key outputs #:allow-other-keys)
               (let ((doc (string-append (assoc-ref outputs "doc")
@@ -4845,7 +4839,7 @@ process/sending_signal.robot")))
                 (invoke "xvfb-run" "atest/run.py")))))))
     (native-inputs
      (list python-docutils
-           python-jsonschema
+           python-jsonschema-next
            python-invoke
            python-lxml
            python-pygments



reply via email to

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