[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
243/361: gnu: python-twine: Adjust inputs.
From: |
guix-commits |
Subject: |
243/361: gnu: python-twine: Adjust inputs. |
Date: |
Fri, 22 Nov 2024 06:00:50 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 73b0ed5366211e09974a59a7e827007a13cc29f5
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 4af6e9fc19..862f5f6126 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26318,12 +26318,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
- 210/361: gnu: python-pyan3: Move to pyproject-build-system., (continued)
- 210/361: gnu: python-pyan3: Move to pyproject-build-system., guix-commits, 2024/11/22
- 212/361: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 214/361: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/22
- 216/361: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/22
- 223/361: gnu: Remove python-mistune-next., guix-commits, 2024/11/22
- 227/361: gnu: python-altair: Adjust inputs., guix-commits, 2024/11/22
- 232/361: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/22
- 233/361: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/22
- 234/361: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/22
- 236/361: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/22
- 243/361: gnu: python-twine: Adjust inputs.,
guix-commits <=
- 244/361: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/22
- 246/361: gnu: python-docstring-to-markdown: Adjust inputs., guix-commits, 2024/11/22
- 255/361: gnu: Add python-stdio-mgr., guix-commits, 2024/11/22
- 259/361: gnu: python-elasticsearch: Update to 7.17.12., guix-commits, 2024/11/22
- 258/361: gnu: python-scrapy: Fix build., guix-commits, 2024/11/22
- 260/361: gnu: ytcc: Fix build., guix-commits, 2024/11/22
- 269/361: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/22
- 271/361: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/22
- 270/361: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/22
- 286/361: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/22