[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: python-stevedore: Fix tests.
From: |
Marius Bakke |
Subject: |
04/08: gnu: python-stevedore: Fix tests. |
Date: |
Thu, 15 Dec 2016 14:20:19 +0000 (UTC) |
mbakke pushed a commit to branch python-tests
in repository guix.
commit 130f68ec3bc2efb6895986435c2ff8043bbaa417
Author: Marius Bakke <address@hidden>
Date: Thu Dec 15 13:45:07 2016 +0100
gnu: python-stevedore: Fix tests.
* gnu/packages/openstack.scm (python-stevedore,
python2-stevedore)[native-inputs]: Add python-discover, python-oslosphinx,
python-sphinx and python-testrepository.
---
gnu/packages/openstack.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 4bd44d0..9c43ea9 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -292,10 +292,13 @@ portions of your testing code.")
(native-inputs
`(("python-pbr" ,python-pbr)
;; Tests
+ ("python-discover" ,python-discover)
("python-docutils" ,python-docutils)
("python-mock" ,python-mock)
+ ("python-oslosphinx" ,python-oslosphinx)
("python-oslotest" ,python-oslotest)
- ("python-sphinx" ,python-sphinx)))
+ ("python-sphinx" ,python-sphinx)
+ ("python-testrepository" ,python-testrepository)))
(home-page "https://github.com/dreamhost/stevedore")
(synopsis "Manage dynamic plugins for Python applications")
(description
- 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 <=
- 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, 2016/12/15
- 02/08: gnu: python-oslo.context: Disable tests., Marius Bakke, 2016/12/15