diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-09 11:02:26 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:31 +0100 |
| commit | cd8e16d864954d2f3112cc23d788b2c889ad2d4b (patch) | |
| tree | da6a0539fc2b5f7694278324f1a50ac05be65abf /gnu/packages/sphinx.scm | |
| parent | 7839c3edd1443bf305ce68dfc8f8fe146b7b116d (diff) | |
gnu: python-sphinx-toml: Disable tests.
* gnu/packages/sphinx.scm (python-sphinx-toml):
[arguments]<#:tests?>: Disable them.
Change-Id: I334a8f62efd1d6b563f02f32ac5920b68d012b3e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/sphinx.scm')
| -rw-r--r-- | gnu/packages/sphinx.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 7d4b7f5c484..e06c126fa72 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm | |||
| @@ -351,6 +351,7 @@ create tags for documentation pages.") | |||
| 351 | (sha256 | 351 | (sha256 |
| 352 | (base32 "0f5vm8m8gbjl963mgw4r3yq5k9npyiyp80c785f73sh8z9zhq485")))) | 352 | (base32 "0f5vm8m8gbjl963mgw4r3yq5k9npyiyp80c785f73sh8z9zhq485")))) |
| 353 | (build-system pyproject-build-system) | 353 | (build-system pyproject-build-system) |
| 354 | (arguments (list #:tests? #f)) ; No tests upstream. | ||
| 354 | (native-inputs | 355 | (native-inputs |
| 355 | (list python-flit-core)) | 356 | (list python-flit-core)) |
| 356 | (propagated-inputs | 357 | (propagated-inputs |
