[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/361: gnu: python-pytest-xdist: Disable failing test.
From: |
guix-commits |
Subject: |
11/361: gnu: python-pytest-xdist: Disable failing test. |
Date: |
Fri, 22 Nov 2024 06:00:02 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 78339c7929a29dd2aa0f65e7d8aab98c5974862c
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 16791c74da..050eef2b14 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")
- 07/361: gnu: criu: Remove temporary workaround., (continued)
- 07/361: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/22
- 05/361: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/22
- 10/361: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/22
- 12/361: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/22
- 15/361: gnu: Add missing import., guix-commits, 2024/11/22
- 46/361: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/22
- 44/361: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/22
- 62/361: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/22
- 68/361: gnu: Add python-isoduration., guix-commits, 2024/11/22
- 09/361: guix: toml: Add TOML parser., guix-commits, 2024/11/22
- 11/361: gnu: python-pytest-xdist: Disable failing test.,
guix-commits <=
- 13/361: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/22
- 14/361: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/22
- 19/361: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/22
- 23/361: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/22
- 50/361: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/22
- 03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/22
- 08/361: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/11/22
- 06/361: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/22
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/22
- 18/361: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/22