[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/420: gnu: python-pytest-xdist: Add setuptools and wheel.
From: |
guix-commits |
Subject: |
58/420: gnu: python-pytest-xdist: Add setuptools and wheel. |
Date: |
Tue, 26 Nov 2024 16:28:31 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f7da93956b47aa8b6dda11acc8bda492404af985
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 14:04:54 2024 +0200
gnu: python-pytest-xdist: Add setuptools and wheel.
* gnu/packages/check.scm (python-pytest-xdist)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I0aa7130a6e1bc0741edb164fd145bc20d754c007
---
gnu/packages/check.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index cf974865db..f36023d0c9 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2117,7 +2117,11 @@ same arguments.")
;; 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))
+ (native-inputs (list python-filelock
+ python-pytest
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs (list python-execnet python-pytest-forked))
(home-page "https://github.com/pytest-dev/pytest-xdist";)
(synopsis
- 154/420: gnu: python-alembic: Move to pyproject-build-system., (continued)
- 154/420: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/26
- 161/420: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/26
- 163/420: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/11/26
- 177/420: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/11/26
- 182/420: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/26
- 204/420: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/11/26
- 214/420: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/26
- 41/420: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/26
- 44/420: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/26
- 51/420: gnu: python-partd: Add missing input., guix-commits, 2024/11/26
- 58/420: gnu: python-pytest-xdist: Add setuptools and wheel.,
guix-commits <=
- 65/420: gnu: Add python-referencing., guix-commits, 2024/11/26
- 75/420: gnu: Add python-nbclassic., guix-commits, 2024/11/26
- 122/420: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/26
- 140/420: gnu: python-codespell: Improve package style., guix-commits, 2024/11/26
- 142/420: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/26
- 147/420: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/11/26
- 158/420: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/26
- 170/420: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/11/26
- 172/420: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/26
- 174/420: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/11/26