guix-patches
[Top][All Lists]
Advanced

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

[bug#55474] [PATCH v5 06/55] gnu: python-pint: Disable failing tests.


From: Nicolas Graves
Subject: [bug#55474] [PATCH v5 06/55] gnu: python-pint: Disable failing tests.
Date: Sun, 25 Jun 2023 18:57:07 +0200

* gnu/packages/python-xyz.scm (python-pint): Disable failing tests.
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b650b71f3b..7e8976fdea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1149,7 +1149,9 @@ (define-public python-pint
               (sha256
                (base32
                 "0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
+    (arguments
+     '(#:test-flags '("-k" "not test_auto"))) ; PermissionError 
/homeless-shelter
     (native-inputs
      (list python-pytest                ;for pytest-subtests
            python-pytest-cov
-- 
2.40.1






reply via email to

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