guix-commits
[Top][All Lists]
Advanced

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

16/51: gnu: python-sorted-containers: Disable tests.


From: guix-commits
Subject: 16/51: gnu: python-sorted-containers: Disable tests.
Date: Fri, 24 Jan 2020 14:48:14 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 4c2530afce2f7f43795c217d43f3d66069896257
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 21:57:42 2020 +0100

    gnu: python-sorted-containers: Disable tests.
    
    It did not actually run tests previously, because pytest was unavailable.
    
    * gnu/packages/python-xyz.scm (python-sortedcontainers)[arguments]: New
    field.
    [native-inputs]: Remove.
---
 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 78ab4e9..9ef3b8e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15811,8 +15811,10 @@ that is accessible to other projects developed in 
Cython.")
         (base32
          "0fm0w5id2yhqld95hg2m636vjgkz377rvgdfqaxc25vbylr9lklp"))))
     (build-system python-build-system)
-    (native-inputs
-     `(("python-tox" ,python-tox)))
+    (arguments
+     ;; FIXME: Tests require many extra dependencies, and would introduce
+     ;; a circular dependency on hypothesis, which uses this package.
+     '(#:tests? #f))
     (home-page "http://www.grantjenks.com/docs/sortedcontainers/";)
     (synopsis "Sorted List, Sorted Dict, Sorted Set")
     (description



reply via email to

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