summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-23 15:32:02 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-23 17:09:41 +0100
commitbf970786827efa8431ba0b100d4c2882012be4e7 (patch)
tree25f1287cb17445bd729813343c36e85da2bef2d6 /gnu/packages/python-xyz.scm
parent8637351f27e50b596b4df84d25c13d8772c30527 (diff)
gnu: python-twine: Update to 6.2.0.
* gnu/packages/python-xyz.scm (python-twine): Update to 6.2.0. [arguments] <test-flags>: Skip one test. Change-Id: Iec53cac9426e60946e83343f135198ef07790a34
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index db5879ec68..05c5ab5570 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27092,14 +27092,20 @@ created by running @code{python setup.py develop}).")
(define-public python-twine
(package
(name "python-twine")
- (version "6.1.0")
+ (version "6.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "twine" version))
(sha256
- (base32 "1gcd990456sk0g05ln6x6mwn9z1jybnm3wlkxq3ivyggf9i4ycmy"))))
+ (base32 "1kvm9cdvbnh232wafww1w5scaic9kkrwhlff1mvmk68cswphvvg5"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ ;; tests: 228 passed, 1 deselected
+ #:test-flags
+ ;; Assertion is not equal for one tests.
+ #~(list "--deselect=tests/test_check.py::test_fails_rst_syntax_error")))
(native-inputs
(list python-pretend
python-pytest