guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

43/53: gnu: python-pytest-xdist: Use pyproject-build-system.


From: guix-commits
Subject: 43/53: gnu: python-pytest-xdist: Use pyproject-build-system.
Date: Sun, 21 Apr 2024 07:49:13 -0400 (EDT)

rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.

commit fd4db8c13d7a1ac2bfef604aab6069760faeb2fb
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Wed Dec 13 22:56:27 2023 +0100

    gnu: python-pytest-xdist: Use pyproject-build-system.
    
    * gnu/packages/check.scm (python-pytest-xdist): Use pyproject-build-system.
---
 gnu/packages/check.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index fc13f544a1..1e7ff1a317 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1741,15 +1741,7 @@ same arguments.")
        (sha256
         (base32
          "1psf5dqxvc38qzxvc305mkg5xpdmdkbkkfiyqlmdnkgh7z5dx025"))))
-    (build-system python-build-system)
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               (invoke "pytest" "-vv"
-                       "-n" (number->string (parallel-job-count)))))))))
+    (build-system pyproject-build-system)
     (native-inputs (list python-setuptools-scm python-filelock python-pytest))
     (propagated-inputs (list python-execnet python-pytest-forked))
     (home-page "https://github.com/pytest-dev/pytest-xdist";)



reply via email to

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