[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
323/361: gnu: python-flaky: Update to 3.8.1.
From: |
guix-commits |
Subject: |
323/361: gnu: python-flaky: Update to 3.8.1. |
Date: |
Thu, 21 Nov 2024 06:29:43 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 0398c0bfb8c47709626b34c7c197813a88e9b64d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 22:04:06 2024 +0000
gnu: python-flaky: Update to 3.8.1.
* gnu/packages/check.scm (python-flaky): Update to 3.8.1. Enable most of
the tests.
[build-system]: Swap to pyproject-build-system.
[arguments]<test-flags>: Silent some failing tests.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
Change-Id: I649ff32ad27ffcca288e2929388a5b787f31072f
---
gnu/packages/check.scm | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index f118c4a870..4d75b9b822 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3613,17 +3613,31 @@ mocks, stubs and fakes.")
(define-public python-flaky
(package
(name "python-flaky")
- (version "3.7.0")
+ (version "3.8.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "flaky" version))
(sha256
(base32
- "03daz352021211kvdb056f3afrd2gsdq0rd1awgr38910xw01l9s"))))
- (build-system python-build-system)
+ "1xcrjrr63131n2ydj5hn0gagka5dpkmdlqdxrxd3spwhxj0ll827"))))
+ (build-system pyproject-build-system)
(arguments
- ;; TODO: Tests require 'coveralls' and 'genty' which are not in Guix yet.
- '(#:tests? #f))
+ (list
+ ;; XXX: Check with upstream. Tests failing with AttributeError: 'str'
+ ;; object has no attribute 'tb_frame', ValueError: too many values to
+ ;; unpack (expected 2), AssertionError: 'Plain HelloPlain Hellońőń ȁŝćȉȉ
+ ;; ŝƭȕƒƒ' != 'Plain Hellońőń ȁŝćȉȉ ŝƭȕƒƒ'.
+ #:test-flags
+ #~(list "-k" (string-append
+ "not
test_flaky_plugin_handles_non_ascii_byte_string_in_exception"
+ " and not test_flaky_plugin_identifies_failure"
+ " and not test_write_then_read"
+ " and not test_writelines_then_read"
+ " and not test_something_flaky"))))
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/box/flaky")
(synopsis "Automatically rerun flaky tests")
(description
- 282/361: gnu: python-mutagen: Update to 1.47.0., (continued)
- 282/361: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/21
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/21
- 290/361: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/21
- 292/361: gnu: Add python-rich-tables., guix-commits, 2024/11/21
- 309/361: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/21
- 345/361: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/21
- 319/361: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/21
- 337/361: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/21
- 340/361: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/21
- 322/361: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/21
- 323/361: gnu: python-flaky: Update to 3.8.1.,
guix-commits <=
- 335/361: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/21
- 338/361: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/21
- 336/361: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/21
- 348/361: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/21
- 361/361: gnu: python-pydantic: Update to 1.10.19., guix-commits, 2024/11/21
- 238/361: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/21
- 245/361: gnu: nikola: Fix build., guix-commits, 2024/11/21
- 257/361: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/21
- 260/361: gnu: ytcc: Fix build., guix-commits, 2024/11/21
- 249/361: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/21