gnu: python-pep8-1.5.7: Disable tests.
* gnu/packages/python.scm (python-pep8-1.5.7, python2-pep8-1.5.7)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
0d84e1ef22
commit
73e3060d57
|
@ -5702,7 +5702,10 @@ complexity of Python source code.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12b9bbdbwnspxgak14xg58c130x2n0blxzlms5jn2dszn8qj3d0m"))))))
|
"12b9bbdbwnspxgak14xg58c130x2n0blxzlms5jn2dszn8qj3d0m"))))
|
||||||
|
(arguments
|
||||||
|
;; XXX Tests not compatible with Python 3.5.
|
||||||
|
'(#:tests? #f))))
|
||||||
|
|
||||||
(define-public python2-pep8-1.5.7
|
(define-public python2-pep8-1.5.7
|
||||||
(package-with-python2 python-pep8-1.5.7))
|
(package-with-python2 python-pep8-1.5.7))
|
||||||
|
|
Loading…
Reference in New Issue