[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/27: gnu: python-exceptiongroup: Disable tests.
From: |
guix-commits |
Subject: |
09/27: gnu: python-exceptiongroup: Disable tests. |
Date: |
Fri, 9 Sep 2022 11:08:14 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 66b6d6a9301a70540c434f3fbd2567ff28bedcff
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Aug 12 12:17:36 2022 +0200
gnu: python-exceptiongroup: Disable tests.
* gnu/packages/python-xyz.scm (python-exceptiongroup)[arguments]: Add
#:tests?.
[native-inputs]: Remove PYTHON-PYTEST.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 235a27fde9..da025f6692 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3088,6 +3088,7 @@ and is not compatible with JSON.")
(build-system python-build-system)
(arguments
(list
+ #:tests? #f ;TODO: Circular dependency on pytest
#:phases
#~(modify-phases %standard-phases
;; XXX: PEP 517 manual build/install procedures copied from
@@ -3107,7 +3108,7 @@ and is not compatible with JSON.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "pytest" "-vv" "tests")))))))
- (native-inputs (list python-flit-scm python-pypa-build python-pytest))
+ (native-inputs (list python-flit-scm python-pypa-build))
(home-page "https://github.com/agronholm/exceptiongroup")
(synopsis "PEP 654 backport from Python 3.11")
(description "This is a backport of the @code{BaseExceptionGroup} and
- branch core-updates updated (8ea970a945 -> 5fcbbe37c0), guix-commits, 2022/09/09
- 01/27: gnu: QPDF: Fix build with grep 3.8., guix-commits, 2022/09/09
- 02/27: gnu: inkscape: Fix build with Poppler 22.9.0., guix-commits, 2022/09/09
- 09/27: gnu: python-exceptiongroup: Disable tests.,
guix-commits <=
- 10/27: gnu: python-hypothesis: Update to 6.54.5., guix-commits, 2022/09/09
- 13/27: gnu: python-coverage: Update to 6.4.3., guix-commits, 2022/09/09
- 12/27: gnu: python-pytest: Use G-expression., guix-commits, 2022/09/09
- 03/27: gnu: gjs: Update to 1.73.2., guix-commits, 2022/09/09
- 04/27: gnu: serf: Build with the default scons., guix-commits, 2022/09/09
- 18/27: gnu: Remove python-pytest-forked-next., guix-commits, 2022/09/09
- 21/27: gnu: python-pytest-mock: Update to 3.8.2., guix-commits, 2022/09/09
- 07/27: gnu: python-pytest: Update to 7.1.3., guix-commits, 2022/09/09
- 16/27: gnu: python-pytest-xdist: Add extra test input, don't propagate pytest., guix-commits, 2022/09/09
- 17/27: gnu: Remove python-pytest-xdist-next., guix-commits, 2022/09/09