guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-mox3: Remove python-oslosphinx dependency (since the


From: Danny Milosavljevic
Subject: 01/02: gnu: python-mox3: Remove python-oslosphinx dependency (since the tests don't run anyway).
Date: Wed, 18 Jan 2017 23:43:33 +0000 (UTC)

dannym pushed a commit to branch python-tests
in repository guix.

commit 376c4619cf8ad683fba5d04513a5298c0a77cfdb
Author: Danny Milosavljevic <address@hidden>
Date:   Wed Jan 18 08:53:04 2017 +0100

    gnu: python-mox3: Remove python-oslosphinx dependency (since the tests 
don't run anyway).
    
    * gnu/packages/openstack.scm (python-mox3)[native-inputs]: Remove 
python-oslosphinx.
---
 gnu/packages/openstack.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index b3e3f08..2500590 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -152,11 +152,11 @@ guidelines}.")
            "0njmh40i1lg5mzn9hc2ax83adj6dli455j6xifilrw27c4wlkjzx"))))
     (build-system python-build-system)
     (arguments
-     ;; TODO: Requires newer version of testtools (>=1.4.0).
+     ;; TODO: Resolve dependency cycle and re-enable.
      '(#:tests? #f))
     (native-inputs
       `(("python-fixtures" ,python-fixtures)
-        ("python-oslosphinx" ,python-oslosphinx)
+        ; TODO re-add ("python-oslosphinx" ,python-oslosphinx)
         ("python-pbr" ,python-pbr)
         ("python-sphinx" ,python-sphinx)
         ("python-testtools" ,python-testtools)))



reply via email to

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