GNU bug report logs -
#26692
[PATCH] gnu: python-openid: Fix tests.
Previous Next
Full log
Message #11 received at 26692 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:
> * gnu/packages/python.scm (python-openid)[arguments]: Replace 'check phase.
> [propagated-inputs]: Add python-defusedxml.
> [native-inputs]: Add python-psycopg2.
> ---
> gnu/packages/python.scm | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index e51405bd9..313e69975 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -5523,6 +5523,19 @@ features useful for text console applications.")
> (base32
> "1x3nh3fycqfn43jp5j5pb4q4y2jxp4mdka4absaa3bc0078qd758"))))
> (build-system python-build-system)
> + (arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (replace 'check
> + (lambda _
> + (substitute* "admin/runtests"
> + (("django_failures = django_tests..")
> + "print('Disabled Django tests')"))
Can you add a comment/TODO/FIXME here about why Django tests needs to be
disabled? Other than that looks OK.
> + (zero? (system* "./admin/runtests")))))))
> + (propagated-inputs
> + `(("python-defusedxml" ,python-defusedxml)))
> + (native-inputs
> + `(("python-psycopg2" ,python-psycopg2)))
> (home-page "https://github.com/necaris/python3-openid")
> (synopsis "OpenID support for servers and consumers")
> (description "This library provides OpenID authentication for Python, both
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 8 years and 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.