[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
- branch master updated (1464131 -> 8d7dfa1), guix-commits, 2020/11/20
- 01/14: gnu: python-ddt: Update to 1.4.1., guix-commits, 2020/11/20
- 04/14: gnu: python-oslotest: Update to 4.4.1.,
guix-commits <=
- 03/14: gnu: python-oslotest: Re-indent., guix-commits, 2020/11/20
- 05/14: gnu: python-bandit: Update to 1.6.2., guix-commits, 2020/11/20
- 07/14: gnu: Add python-cliff., guix-commits, 2020/11/20
- 08/14: gnu: Add python-stestr., guix-commits, 2020/11/20
- 02/14: gnu: python-stevedore: Update to 3.2.2., guix-commits, 2020/11/20
- 06/14: gnu: python-bandit: Fix indentation., guix-commits, 2020/11/20
- 09/14: gnu: python-subunit-bootstrap: Update to 1.4.0., guix-commits, 2020/11/20
- 10/14: gnu: python-hacking: Update to 4.0.0., guix-commits, 2020/11/20
- 11/14: gnu: python-oslo: Update to 3.1.1., guix-commits, 2020/11/20
- 13/14: gnu: python-oslosphinx: Update to 4.18.0., guix-commits, 2020/11/20