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.
This commit is contained in:
Marius Bakke 2020-01-15 21:57:42 +01:00
parent dab41b95fb
commit 4c2530afce
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -15811,8 +15811,10 @@ that is accessible to other projects developed in Cython.")
(base32 (base32
"0fm0w5id2yhqld95hg2m636vjgkz377rvgdfqaxc25vbylr9lklp")))) "0fm0w5id2yhqld95hg2m636vjgkz377rvgdfqaxc25vbylr9lklp"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (arguments
`(("python-tox" ,python-tox))) ;; 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/") (home-page "http://www.grantjenks.com/docs/sortedcontainers/")
(synopsis "Sorted List, Sorted Dict, Sorted Set") (synopsis "Sorted List, Sorted Dict, Sorted Set")
(description (description