[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
310/361: gnu: python-pytest-xdist: Update to 3.6.1.
From: |
guix-commits |
Subject: |
310/361: gnu: python-pytest-xdist: Update to 3.6.1. |
Date: |
Fri, 22 Nov 2024 06:01:04 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit ae656dc61eb09e8905438bc566784f2d24022f8e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 22:03:54 2024 +0000
gnu: python-pytest-xdist: Update to 3.6.1.
* gnu/packages/check.scm (python-pytest-xdist): Update to 3.6.1.
[source]: Adjust URI as it's changed in PyPI.
[arguments]<test-flags>: Adjust failing test.
Change-Id: I889972a2e439e715f58928132d666039679613fd
---
gnu/packages/check.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 0aa1fe9933..8a2cb2a14a 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2041,21 +2041,21 @@ same arguments.")
(define-public python-pytest-xdist
(package
(name "python-pytest-xdist")
- (version "2.5.0")
+ (version "3.6.1")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "pytest-xdist" version))
+ (uri (pypi-uri "pytest_xdist" version))
(sha256
(base32
- "1psf5dqxvc38qzxvc305mkg5xpdmdkbkkfiyqlmdnkgh7z5dx025"))))
+ "039h0w8qc3d2ix55rrdj6i50i8jqxxl7dx9pjxvfq7i3vfj5dlga"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
- ;; Fails with OSError: cannot send to <Channel id=1 closed>
- ;; on foreign distribution.
- '(list "-k" "not test_internal_errors_propagate_to_controller")))
+ ;; Failes with execnet.gateway_base.RemoteError: Traceback (most recent
+ ;; call last).
+ #~(list "-k" "not test_ignore_sys_path_hook_entry")))
(native-inputs (list python-filelock
python-pytest
python-setuptools
- 340/361: gnu: python-werkzeug: Update to 3.1.3., (continued)
- 340/361: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/22
- 356/361: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/22
- 361/361: gnu: python-pydantic: Update to 1.10.19., guix-commits, 2024/11/22
- 355/361: gnu: Remove python-flask-jwt., guix-commits, 2024/11/22
- 266/361: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/22
- 292/361: gnu: Add python-rich-tables., guix-commits, 2024/11/22
- 298/361: gnu: python-exceptiongroup: Move to python-build., guix-commits, 2024/11/22
- 306/361: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/22
- 309/361: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/22
- 308/361: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/22
- 310/361: gnu: python-pytest-xdist: Update to 3.6.1.,
guix-commits <=
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/22
- 322/361: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/22
- 325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/22
- 327/361: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/22
- 341/361: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/22
- 347/361: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/22
- 354/361: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/22
- 135/361: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/22
- 220/361: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/11/22
- 226/361: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/22