guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]