mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: python-pkginfo: Enable tests.
* gnu/packages/python-xyz.scm (python-pkginfo)[arguments]: Don't disable tests. Disable a failing test. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
bdb3263c14
commit
07143d9fe1
1 changed files with 8 additions and 2 deletions
|
@ -17291,8 +17291,14 @@ (define-public python-pkginfo
|
||||||
"1d1xn1xmfvz0jr3pj8irdwnwby3r13g0r2gwklr1q5y68p5p16h2"))))
|
"1d1xn1xmfvz0jr3pj8irdwnwby3r13g0r2gwklr1q5y68p5p16h2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The tests are broken upstream.
|
`(#:phases
|
||||||
'(#:tests? #f))
|
(modify-phases %standard-phases
|
||||||
|
(add-before 'check 'patch-tests
|
||||||
|
(lambda _
|
||||||
|
(substitute* "pkginfo/tests/test_installed.py"
|
||||||
|
(("test_ctor_w_package_no_PKG_INFO")
|
||||||
|
"_test_ctor_w_package_no_PKG_INFO"))
|
||||||
|
#t)))))
|
||||||
(home-page
|
(home-page
|
||||||
"https://code.launchpad.net/~tseaver/pkginfo/trunk")
|
"https://code.launchpad.net/~tseaver/pkginfo/trunk")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in a new issue