[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/222: gnu: python-pytest-xdist: Add setuptools and wheel.
From: |
guix-commits |
Subject: |
58/222: gnu: python-pytest-xdist: Add setuptools and wheel. |
Date: |
Fri, 1 Nov 2024 10:56:23 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit e473316f2be76b87749c41ddaf5df048a71fe2f0
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 5223683b13..8c6bbcd4c3 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
- 39/222: gnu: java-testng: Drop input labels., (continued)
- 39/222: gnu: java-testng: Drop input labels., guix-commits, 2024/11/01
- 47/222: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/01
- 23/222: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/01
- 35/222: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/01
- 34/222: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/01
- 37/222: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/01
- 44/222: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/01
- 50/222: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/01
- 53/222: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/01
- 54/222: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/01
- 58/222: gnu: python-pytest-xdist: Add setuptools and wheel.,
guix-commits <=
- 60/222: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 59/222: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/01
- 63/222: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/01
- 66/222: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/01
- 67/222: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/01
- 68/222: gnu: Add python-isoduration., guix-commits, 2024/11/01
- 69/222: gnu: Add python-uri-template., guix-commits, 2024/11/01
- 71/222: gnu: Add python-overrides., guix-commits, 2024/11/01
- 72/222: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/01
- 77/222: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/01