guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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