[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/474: gnu: python-pytest-xdist: Disable failing test.
From: |
guix-commits |
Subject: |
11/474: gnu: python-pytest-xdist: Disable failing test. |
Date: |
Sat, 30 Nov 2024 18:19:37 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 82684f95bc3001eff85c323de3464591b6c2ecfa
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Jul 25 18:26:58 2023 +0200
gnu: python-pytest-xdist: Disable failing test.
* gnu/packages/check.scm (python-pytest-xdist)[arguments]: Skip failing
test.
---
gnu/packages/check.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index a8276d16b1..6214fceb19 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2101,6 +2101,12 @@ same arguments.")
(base32
"1psf5dqxvc38qzxvc305mkg5xpdmdkbkkfiyqlmdnkgh7z5dx025"))))
(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")))
(native-inputs (list python-setuptools-scm python-filelock python-pytest))
(propagated-inputs (list python-execnet python-pytest-forked))
(home-page "https://github.com/pytest-dev/pytest-xdist")
- 26/474: gnu: python-myst-parser: Relax some requirements., (continued)
- 26/474: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/30
- 27/474: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/30
- 10/474: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/30
- 16/474: gnu: Add missing import (again)., guix-commits, 2024/11/30
- 18/474: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/30
- 20/474: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/30
- 30/474: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/30
- 32/474: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/30
- 19/474: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/30
- 29/474: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/30
- 11/474: gnu: python-pytest-xdist: Disable failing test.,
guix-commits <=
- 14/474: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/30
- 17/474: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/30
- 21/474: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/30
- 22/474: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/30
- 23/474: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/30
- 24/474: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/30
- 35/474: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/30
- 25/474: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/30
- 34/474: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/30
- 36/474: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/30