gnu: python-lxml: Run the test suite.

* gnu/packages/python-xyz.scm (python-lxml)[arguments]: New field.
This commit is contained in:
Marius Bakke 2019-10-28 22:33:09 +01:00
parent 2a74f9284e
commit 2f3c2dafef
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5972,6 +5972,11 @@ (define-public python-lxml
(base32
"14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(replace 'check
(lambda _
(invoke "make" "test"))))))
(inputs
`(("libxml2" ,libxml2)
("libxslt" ,libxslt)))