diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-04 04:59:18 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:23 +0100 |
| commit | a86e253c7d89e0b5d25fb2916246e44684b4b5bb (patch) | |
| tree | 91fbcb768d7065511164aa99ed3572092e26d3ad /gnu/packages/python-web.scm | |
| parent | 0dec0b3ceb35997a1558d5ee0dab630210d3b495 (diff) | |
gnu: python-pyactiveresource: Disable tests.
* gnu/packages/python-web.scm
(python-pyactiveresource)[arguments]<#:tests?>:
Disable them, use a comment.
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Change-Id: If5eac389c9976f9257e159ee9236e90506a042b9
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a7a83e14dd7..72ce3eb63f7 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -13886,8 +13886,11 @@ your FastAPI app, manage your FastAPI project, and more.") | |||
| 13886 | (sha256 | 13886 | (sha256 |
| 13887 | (base32 "03pw6fwqjn09fbd6xmng0arlz75pp6ykw25c8d1snp4bxlzkrwqf")))) | 13887 | (base32 "03pw6fwqjn09fbd6xmng0arlz75pp6ykw25c8d1snp4bxlzkrwqf")))) |
| 13888 | (build-system pyproject-build-system) | 13888 | (build-system pyproject-build-system) |
| 13889 | (native-inputs (list python-dateutil python-pytest python-pyyaml | 13889 | ;; XXX: The package is fine, but the tests started failing on Python@3.12. |
| 13890 | python-setuptools)) | 13890 | ;; The package is not actively maintained, consider removing it once leaf. |
| 13891 | (arguments (list #:tests? #f)) | ||
| 13892 | (native-inputs | ||
| 13893 | (list python-dateutil python-pytest python-pyyaml python-setuptools)) | ||
| 13891 | (propagated-inputs (list python-six)) | 13894 | (propagated-inputs (list python-six)) |
| 13892 | (home-page "https://github.com/Shopify/pyactiveresource/") | 13895 | (home-page "https://github.com/Shopify/pyactiveresource/") |
| 13893 | (synopsis "ActiveResource for Python") | 13896 | (synopsis "ActiveResource for Python") |
