[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
243/474: gnu: python-twine: Adjust inputs.
From: |
guix-commits |
Subject: |
243/474: gnu: python-twine: Adjust inputs. |
Date: |
Sat, 30 Nov 2024 18:20:29 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 3430759ac81f2fee6fe253f8dd753fd77aca8dc2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 19:15:47 2024 +0000
gnu: python-twine: Adjust inputs.
* gnu/packages/python-xyz.scm (python-twine): Adjust inputs, fix biuld.
[arguments]<test-flags>: Refresh the list of disabled tests.
[native-inputs]: Add python-setuptools, python-setuptools-scm, and
python-wheel.
Change-Id: I29904649c2d9ab1994e057f5434b5052ca8602cf
---
gnu/packages/python-xyz.scm | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 95ce5c5219..50440afe7c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26341,12 +26341,21 @@ created by running @code{python setup.py develop}).")
(arguments
(list #:test-flags ;; Disable failing tests.
#~(list "-k" (string-append
- "not test_pkginfo_returns_no_metadata"
- " and not test_fails_rst_no_content"))))
+ "not test_fails_rst_no_content"
+ " and not test_fails_rst_syntax_error"
+ " and not
test_passes_markdown_description[text/markdown]"
+ " and not
test_passes_markdown_description[text/plain]"
+ " and not test_passes_rst_description"
+ " and not test_warns_missing_description[False]"
+ " and not test_warns_missing_description[True]"
+ " and not test_warns_missing_file"))))
(native-inputs
(list python-pretend
python-pytest
- python-pytest-socket))
+ python-pytest-socket
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
(list python-importlib-metadata
python-keyring
- 228/474: gnu: python-automat: Update to 22.10.0., (continued)
- 228/474: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/30
- 253/474: gnu: python-pooch: Adjust inputs., guix-commits, 2024/11/30
- 221/474: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/30
- 217/474: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/30
- 208/474: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/30
- 226/474: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/30
- 244/474: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/30
- 219/474: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/30
- 239/474: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/30
- 236/474: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/30
- 243/474: gnu: python-twine: Adjust inputs.,
guix-commits <=
- 209/474: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/30
- 225/474: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/30
- 242/474: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/30
- 216/474: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/30
- 260/474: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/30
- 263/474: gnu: hangups: Fix build., guix-commits, 2024/11/30
- 247/474: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/30
- 240/474: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/30
- 264/474: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/30
- 257/474: gnu: python-scrapy: Fix build., guix-commits, 2024/11/30