diff options
| author | Marius Bakke <marius@gnu.org> | 2022-01-10 23:17:27 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-01-11 18:36:38 +0100 |
| commit | e768df37c19efbded660174fb12b3d4dc42c01e0 (patch) | |
| tree | c9870b12349eaac04c6ab44a7605f536503c17c7 /gnu/packages/openstack.scm | |
| parent | eef8b08191fada312efdd955790f03014a98fbc0 (diff) | |
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.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 3dc96e21b7d..d80e9e8b658 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -449,15 +449,12 @@ pipeline and used by various modules such as logging.") | |||
| 449 | (base32 | 449 | (base32 |
| 450 | "0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3")))) | 450 | "0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3")))) |
| 451 | (build-system python-build-system) | 451 | (build-system python-build-system) |
| 452 | (arguments | ||
| 453 | '(#:tests? #f)) ;avoid circular dependency on oslo.config | ||
| 452 | (propagated-inputs | 454 | (propagated-inputs |
| 453 | (list python-babel python-six)) | 455 | (list python-babel python-six)) |
| 454 | (native-inputs | 456 | (native-inputs |
| 455 | (list python-pbr | 457 | (list python-pbr)) |
| 456 | ;; Tests | ||
| 457 | python-mock | ||
| 458 | python-mox3 | ||
| 459 | python-oslotest | ||
| 460 | python-testscenarios)) | ||
| 461 | (home-page "https://launchpad.net/oslo") | 458 | (home-page "https://launchpad.net/oslo") |
| 462 | (synopsis "Oslo internationalization (i18n) library") | 459 | (synopsis "Oslo internationalization (i18n) library") |
| 463 | (description | 460 | (description |
