guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: python-oslotest: Update to 4.4.1.


From: guix-commits
Subject: 04/14: gnu: python-oslotest: Update to 4.4.1.
Date: Fri, 20 Nov 2020 00:25:32 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 21b78681f4b36993f82c64075f1c461fb4f51836
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Nov 18 15:00:05 2020 -0500

    gnu: python-oslotest: Update to 4.4.1.
    
    * gnu/packages/openstack.scm (python-oslotest): Update to 4.4.1.
    [tests?]: Disable test suite.
    [propagated-inputs]: Remove python-mock, python-mox3, 
python-os-client-config
    and python-testrepository.
    [native-inputs]: Remove field.
---
 gnu/packages/openstack.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 791dba5..e0c0bc3 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -637,27 +637,23 @@ from the OpenStack project.")
 (define-public python-oslotest
   (package
     (name "python-oslotest")
-    (version "3.4.0")
+    (version "4.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "oslotest" version))
        (sha256
         (base32
-         "1pp8lq61d548cxcqi451czvrz5i5b3hyi2ry00wmngdgiswcqj1h"))))
+         "0r50sz55m8ljv2vk1k7sp88iz1iqq4p9w6kb8hn8g8c50r9zdi5i"))))
     (build-system python-build-system)
+    (arguments
+     ;; The tests are disabled to avoid a circular dependency with oslo.config.
+     `(#:tests? #f))
     (propagated-inputs
      `(("python-fixtures" ,python-fixtures)
-       ("python-mock" ,python-mock)
-       ("python-mox3" ,python-mox3)
-       ("python-os-client-config" ,python-os-client-config)
        ("python-six" ,python-six)
        ("python-subunit" ,python-subunit)
-       ("python-testrepository" ,python-testrepository)
        ("python-testtools" ,python-testtools)))
-    (native-inputs
-     `(("python-pbr" ,python-pbr)
-       ("python-testscenarios" ,python-testscenarios)))
     (home-page "https://launchpad.net/oslo";)
     (synopsis "Oslo test framework")
     (description "The Oslo Test framework provides common fixtures, support



reply via email to

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