guix-commits
[Top][All Lists]
Advanced

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

10/49: gnu: python-partd: Enable tests.


From: guix-commits
Subject: 10/49: gnu: python-partd: Enable tests.
Date: Fri, 29 Mar 2024 11:15:21 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit bb1e74a96fe6ae68e4cec8cc5aec3a4e7ea70133
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Mar 10 09:36:51 2024 +0000

    gnu: python-partd: Enable tests.
    
    Newer version of the project is migrated to pyproject.toml, this change
    may help to prepare for the future upgrade.
    
    * gnu/packages/python-xyz.scm (python-partd) [build-system]: Swap to
    pyproject-build-system, allowing to detect tests and run them.
    
    Change-Id: Ia4375b83cea6dcbf7781b3dc40f544261075d2ca
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c911d894b1..dbb6a8b89e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27560,7 +27560,7 @@ they use the same path.")
        (sha256
         (base32
          "1sy3vdfyyx3bc5590zb7gwpsmimqz8m992x9hsydq8nmhixqjrxa"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (propagated-inputs
      (list python-blosc
            python-locket



reply via email to

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