[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
307/420: gnu: python-pytest-forked: Disable tests.
From: |
guix-commits |
Subject: |
307/420: gnu: python-pytest-forked: Disable tests. |
Date: |
Tue, 26 Nov 2024 16:29:23 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit a340d427ef905a0c5bf7395576e7f557bb2223db
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 22:04:06 2024 +0000
gnu: python-pytest-forked: Disable tests.
* gnu/packages/check.scm (python-pytest-forked): Disable tests.
Tests depends on python-py which is in maintenance mode and should not
be used in projects.
Change-Id: I6f1df45b121dc21f3af09dd9476c34d31c09a06e
---
gnu/packages/check.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 24e25e9007..72f0fee18a 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2128,7 +2128,9 @@ timeout has been exceeded.")
"1y93q914gwf0nshql1qix6sj826q163b04vw17zmwhsnbv00c2d3"))))
(build-system pyproject-build-system)
(arguments
- (list #:phases
+ ;; See <https://github.com/pytest-dev/pytest-forked/issues/88>.
+ (list #:tests? #f
+ #:phases
#~(modify-phases %standard-phases
(add-before 'build 'pretend-version
;; The version string is usually derived via setuptools-scm,
- 254/420: gnu: python-pycollada: Adjust inputs., (continued)
- 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, 2024/11/26
- 307/420: gnu: python-pytest-forked: Disable tests.,
guix-commits <=
- 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
- 372/420: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/26