mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-zope-exceptions: Enable tests.
* gnu/packages/python-web.scm (python-zope-exceptions)[arguments]: Use custom 'check phase. [native-inputs]: Add python-zope-testrunner-bootstrap.
This commit is contained in:
parent
2f938b634e
commit
6ae5d5da65
1 changed files with 7 additions and 1 deletions
|
@ -1122,7 +1122,13 @@ (define-public python-zope-exceptions
|
|||
"1nkgfwawswmyc6i0b8g3ymvja4mb507m8yhid8s4rbxq3dmqhwhd"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; circular dependency with zope.testrunner
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "zope-testrunner" "--test-path=src"))))))
|
||||
(native-inputs
|
||||
`(("python-zope-testrunner" ,python-zope-testrunner-bootstrap)))
|
||||
(propagated-inputs
|
||||
`(("python-zope-interface" ,python-zope-interface)))
|
||||
(home-page "https://pypi.org/project/zope.exceptions/")
|
||||
|
|
Loading…
Reference in a new issue