[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/474: gnu: python-pytest-xdist: Add setuptools and wheel.
From: |
guix-commits |
Subject: |
58/474: gnu: python-pytest-xdist: Add setuptools and wheel. |
Date: |
Sat, 30 Nov 2024 18:19:49 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b86e03c2f6fc7271a48397ed786ec7bb6067333f
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 d4ff9ea98b..75ef0aa9f2 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
- 21/474: gnu: python-markdown-it-py: Update to 3.0.0., (continued)
- 21/474: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/30
- 22/474: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/30
- 23/474: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/30
- 24/474: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/30
- 35/474: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/30
- 25/474: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/30
- 34/474: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/30
- 36/474: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/30
- 40/474: gnu: java-testng: Disable one test., guix-commits, 2024/11/30
- 54/474: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/30
- 58/474: gnu: python-pytest-xdist: Add setuptools and wheel.,
guix-commits <=
- 39/474: gnu: java-testng: Drop input labels., guix-commits, 2024/11/30
- 42/474: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/30
- 33/474: gnu: Add python-rapidfuzz., guix-commits, 2024/11/30
- 38/474: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/30
- 31/474: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/30
- 44/474: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/30
- 45/474: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/11/30
- 46/474: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/30
- 50/474: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/30
- 52/474: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/11/30