[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/361: gnu: python-pytest-xdist: Add setuptools and wheel.
From: |
guix-commits |
Subject: |
58/361: gnu: python-pytest-xdist: Add setuptools and wheel. |
Date: |
Fri, 22 Nov 2024 06:00:11 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 6a66dfbefea51e3000af097644e1255f49fc9c03
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
- 38/361: gnu: python-argcomplete: Add missing input., (continued)
- 38/361: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/22
- 41/361: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/22
- 45/361: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/11/22
- 40/361: gnu: java-testng: Disable one test., guix-commits, 2024/11/22
- 39/361: gnu: java-testng: Drop input labels., guix-commits, 2024/11/22
- 42/361: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/22
- 51/361: gnu: python-partd: Add missing input., guix-commits, 2024/11/22
- 55/361: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/11/22
- 56/361: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/22
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/22
- 58/361: gnu: python-pytest-xdist: Add setuptools and wheel.,
guix-commits <=
- 59/361: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/22
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 63/361: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/22
- 74/361: gnu: Add python-notebook-shim., guix-commits, 2024/11/22
- 77/361: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/22
- 65/361: gnu: Add python-referencing., guix-commits, 2024/11/22
- 87/361: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/11/22
- 90/361: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/22
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/22
- 86/361: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/22