[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
- branch master updated (33898cd5b7 -> 993bc8f06c), guix-commits, 2022/01/11
- 05/25: gnu: python-xattr: Update to 0.9.9., guix-commits, 2022/01/11
- 01/25: gnu: python-sqlparse: Update to 0.4.2 [fixes CVE-2021-32839]., guix-commits, 2022/01/11
- 06/25: gnu: python-cmd2: Update to 2.3.3., guix-commits, 2022/01/11
- 04/25: gnu: node: Simplify inputs., guix-commits, 2022/01/11
- 07/25: gnu: python-os-testr: Update to 2.0.1., guix-commits, 2022/01/11
- 09/25: gnu: poetry: Use python-msgpack., guix-commits, 2022/01/11
- 02/25: gnu: python-sqlparse: Specify CPE name., guix-commits, 2022/01/11
- 10/25: gnu: python-oslo.i18n: Disable tests.,
guix-commits <=
- 14/25: gnu: authenticator: Fix build., guix-commits, 2022/01/11
- 22/25: gnu: QEMU: Update to 6.2.0., guix-commits, 2022/01/11
- 25/25: gnu: varnish: Remove input labels., guix-commits, 2022/01/11
- 08/25: gnu: python-pifpaf: Update to 3.1.5., guix-commits, 2022/01/11
- 11/25: gnu: pantalaimon: Disable sanity check., guix-commits, 2022/01/11
- 12/25: gnu: python-pyperclip: Update to 1.8.2., guix-commits, 2022/01/11
- 15/25: gnu: authenticator: Remove input labels., guix-commits, 2022/01/11
- 03/25: gnu: node: Disable flaky test., guix-commits, 2022/01/11
- 13/25: gnu: mycli: Placate sanity check., guix-commits, 2022/01/11
- 16/25: gnu: python-dictdiffer: Disable tests., guix-commits, 2022/01/11