[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
237/361: gnu: python-optree: Adjust inputs.
From: |
guix-commits |
Subject: |
237/361: gnu: python-optree: Adjust inputs. |
Date: |
Fri, 22 Nov 2024 06:00:49 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 75c0308d88aa7e62a30d774114b269d03780ebf2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 13:29:52 2024 +0000
gnu: python-optree: Adjust inputs.
* gnu/packages/python-xyz.scm (python-optree) [native-inputs]: Remove
python-pytest-cov and python-pytest-xdist; add python-setuptools and
python-wheel.
Change-Id: Ide571c2dfb7d03fae904de4f46d158efe5416068
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9c55b92e40..f80ee81dd4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12621,8 +12621,8 @@ without using the configuration machinery.")
(propagated-inputs (list python-typing-extensions))
(native-inputs
(list python-pytest
- python-pytest-cov
- python-pytest-xdist
+ python-setuptools
+ python-wheel
cmake
pybind11))
(home-page "https://github.com/metaopt/optree")
- 125/361: gnu: python-sphinx-5: Disable failing tests., (continued)
- 125/361: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/22
- 151/361: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/22
- 180/361: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/22
- 158/361: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/22
- 189/361: gnu: Add ghc-xcb-types., guix-commits, 2024/11/22
- 188/361: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/22
- 192/361: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/22
- 200/361: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/11/22
- 213/361: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/22
- 222/361: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/22
- 237/361: gnu: python-optree: Adjust inputs.,
guix-commits <=
- 238/361: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/22
- 30/361: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/22
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/22
- 72/361: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/22
- 76/361: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/22
- 67/361: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/22
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/22
- 85/361: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/22
- 94/361: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/22
- 24/361: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/22