[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
310/420: gnu: python-pytest-xdist: Update to 3.6.1.
From: |
guix-commits |
Subject: |
310/420: gnu: python-pytest-xdist: Update to 3.6.1. |
Date: |
Tue, 26 Nov 2024 16:29:23 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 48336fd8f0046096560faa02b10961ba9e4d43ed
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 72b2af72d5..db48195463 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
- 246/420: gnu: python-docstring-to-markdown: Adjust inputs., (continued)
- 246/420: gnu: python-docstring-to-markdown: Adjust inputs., guix-commits, 2024/11/26
- 254/420: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/26
- 296/420: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/26
- 300/420: gnu: Remove python-pytest-8., guix-commits, 2024/11/26
- 297/420: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/26
- 302/420: gnu: Remove python-pluggy-next., guix-commits, 2024/11/26
- 306/420: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/26
- 313/420: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/26
- 309/420: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/26
- 305/420: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/26
- 310/420: gnu: python-pytest-xdist: Update to 3.6.1.,
guix-commits <=
- 307/420: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/26
- 336/420: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/26
- 324/420: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/26
- 327/420: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/26
- 357/420: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/26
- 347/420: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/26
- 360/420: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/26
- 359/420: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/26
- 366/420: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/26
- 364/420: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/26