me
/
guix
Archived
1
0
Fork 0

gnu: python-vobject: Disable the test suite.

The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the python-vobject build to fail.

* gnu/packages/python.scm (python-vobject, python2-vobject)[arguments]: Disable
the tests.
master
Leo Famulari 2016-10-16 13:05:30 -04:00
parent 8757f05046
commit a9871b7b52
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 0 deletions

View File

@ -8742,6 +8742,9 @@ introspection of @code{zope.interface} instances in code.")
(base32 (base32
"1qfnwlx8qwkgr6nf5wvl6ff1r3kll53dh3z6nyp173nmlhhhqccb")))) "1qfnwlx8qwkgr6nf5wvl6ff1r3kll53dh3z6nyp173nmlhhhqccb"))))
(build-system python-build-system) (build-system python-build-system)
(arguments
'(;; The test suite relies on some non-portable Windows interfaces.
#:tests? #f))
(inputs (inputs
`(("python-dateutil-2" ,python-dateutil-2) `(("python-dateutil-2" ,python-dateutil-2)
("python-pyicu" ,python-pyicu))) ("python-pyicu" ,python-pyicu)))