[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/18: gnu: python-pytest-xdist: Disable failing test.
From: |
guix-commits |
Subject: |
11/18: gnu: python-pytest-xdist: Disable failing test. |
Date: |
Mon, 26 Feb 2024 15:43:22 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 062821ecaf4a7e62e337ee6e234897643353fe20
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 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index bc64c836a4..d15e472182 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1636,7 +1636,10 @@ same arguments.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "pytest" "-vv"
- "-n" (number->string (parallel-job-count)))))))))
+ "-n" (number->string (parallel-job-count))
+ ;; Fails with OSError: cannot send to <Channel id=1
closed>
+ ;; on foreign distribution.
+ "-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")
- branch python-team created (now f9bbdb99cb), guix-commits, 2024/02/26
- 01/18: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/02/26
- 03/18: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/02/26
- 06/18: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/02/26
- 02/18: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/02/26
- 07/18: gnu: criu: Remove temporary workaround., guix-commits, 2024/02/26
- 09/18: guix: toml: Add TOML parser., guix-commits, 2024/02/26
- 10/18: build-system/pyproject: Use TOML parser., guix-commits, 2024/02/26
- 11/18: gnu: python-pytest-xdist: Disable failing test.,
guix-commits <=
- 08/18: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/02/26
- 04/18: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/02/26
- 05/18: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/02/26
- 12/18: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/02/26
- 15/18: gnu: Add missing import., guix-commits, 2024/02/26
- 14/18: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/02/26
- 17/18: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/02/26
- 16/18: gnu: Add missing import (again)., guix-commits, 2024/02/26
- 13/18: doc: Document new options for pyproject-build-system., guix-commits, 2024/02/26
- 18/18: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/02/26