[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: python-oslo.utils: Disable tests.
From: |
Marius Bakke |
Subject: |
06/08: gnu: python-oslo.utils: Disable tests. |
Date: |
Thu, 15 Dec 2016 14:20:19 +0000 (UTC) |
mbakke pushed a commit to branch python-tests
in repository guix.
commit ad59ebda5350b94885475980dfdb1a6be8eda2d5
Author: Marius Bakke <address@hidden>
Date: Thu Dec 15 13:50:55 2016 +0100
gnu: python-oslo.utils: Disable tests.
* gnu/packages/openstack.scm (python-oslo.utils,
python2-oslo.utils)[arguments]: Set #:tests? #f.
[native-inputs]: Add python-bandit and python-oslo.config.
---
gnu/packages/openstack.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 2a1313c..d05d9ca 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -628,6 +628,8 @@ and better support for mocking results.")
;; phase.
(delete-file "oslo_utils/tests/test_netutils.py")))))
(build-system python-build-system)
+ (arguments
+ '(#:tests? #f)) ; FIXME: Requires oslo.config >= 2.7.0.
(propagated-inputs
`(("python-debtcollector" ,python-debtcollector)
("python-oslo.i18n" ,python-oslo.i18n)
@@ -641,6 +643,8 @@ and better support for mocking results.")
`(("python-babel" ,python-babel)
("python-pbr" ,python-pbr)
;; Tests.
+ ("python-bandit" ,python-bandit)
+ ("python-oslo.config" ,python-oslo.config)
("python-oslotest" ,python-oslotest)
("python-mock" ,python-mock)
("python-mox3" ,python-mox3)
- branch python-tests updated (7917a13 -> 49910e6), Marius Bakke, 2016/12/15
- 03/08: gnu: python-oslo.i18n: Disable tests., Marius Bakke, 2016/12/15
- 05/08: gnu: python-oslo.config: Disable tests., Marius Bakke, 2016/12/15
- 07/08: gnu: python-oslo.serialization: Disable tests., Marius Bakke, 2016/12/15
- 04/08: gnu: python-stevedore: Fix tests., Marius Bakke, 2016/12/15
- 08/08: gnu: python-paramiko: Disable tests., Marius Bakke, 2016/12/15
- 01/08: gnu: python-debtcollector: Disable tests., Marius Bakke, 2016/12/15
- 06/08: gnu: python-oslo.utils: Disable tests.,
Marius Bakke <=
- 02/08: gnu: python-oslo.context: Disable tests., Marius Bakke, 2016/12/15