me
/
guix
Archived
1
0
Fork 0

gnu: python-tornado: Disable tests.

* gnu/packages/python.scm (python-tornado, python2-tornado)[arguments]:
Set #:tests? #f.
master
Marius Bakke 2016-12-13 12:48:04 +01:00 committed by Leo Famulari
parent 03cb5f9edb
commit 3fe2c209e0
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 11 additions and 0 deletions

View File

@ -5458,6 +5458,17 @@ It is written entirely in Python.")
(sha256
(base32 "1gzgwayl6hmc9jfcl88bni4jcsk2jcca9dn1rvrfsvnijcjx7hn9"))))
(build-system python-build-system)
(arguments
'(;; FIXME: Two tests error out with:
;; AssertionError: b'Error in atexit._run_exitfuncs:\nFileNotF[44 chars]ry\n' != b''
;; #:phases
;; (modify-phases %standard-phases
;; (replace 'check
;; (lambda _
;; ;; 'setup.py test' hits an AssertionError on BSD-specific
;; ;; "tornado/platform/kqueue.py". This is the supported method:
;; (zero? (system* "python" "-m" "tornado.test")))))
#:tests? #f))
(native-inputs
`(("python-certifi" ,python-certifi)))
(propagated-inputs