guix-commits
[Top][All Lists]
Advanced

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

10/25: gnu: python-oslo.i18n: Disable tests.


From: guix-commits
Subject: 10/25: gnu: python-oslo.i18n: Disable tests.
Date: Tue, 11 Jan 2022 12:41:19 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e768df37c19efbded660174fb12b3d4dc42c01e0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jan 10 23:17:27 2022 +0100

    gnu: python-oslo.i18n: Disable tests.
    
    * gnu/packages/openstack.scm (python-oslo.i18n)[arguments]: Add #:tests?.
    [native-inputs]: Remove PYTHON-MOCK, PYTHON-MOX3, PYTHON-OSLOTEST, and
    PYTHON-TESTSCENARIOS.
---
 gnu/packages/openstack.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 3dc96e21b7..d80e9e8b65 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -449,15 +449,12 @@ pipeline and used by various modules such as logging.")
         (base32
          "0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f))                 ;avoid circular dependency on oslo.config
     (propagated-inputs
      (list python-babel python-six))
     (native-inputs
-     (list python-pbr
-           ;; Tests
-           python-mock
-           python-mox3
-           python-oslotest
-           python-testscenarios))
+     (list python-pbr))
     (home-page "https://launchpad.net/oslo";)
     (synopsis "Oslo internationalization (i18n) library")
     (description



reply via email to

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