Le Thu, Aug 18, 2022 at 01:36:28PM +0200, Landry Breuil a écrit :
> Le Thu, Aug 18, 2022 at 11:03:30AM +0200, Landry Breuil a écrit :
> > Le Thu, Aug 18, 2022 at 10:58:24AM +0200, Renaud Allard a écrit :

<snip>

> so regress tests are mostly looking good:
> - some are skipped because of missing optional deps, might be worth adding 
> some:
> [SKIPPED]
> requires OIDC
> [SKIPPED]
> Requires Postgres (strange, i have py3-psycopg2 installed)
> [SKIPPED]
> Requires pysaml2
> [SKIPPED]
> Requires hiredis
> [SKIPPED]
> requires authlib
> [SKIPPED]
> Requires SAML2 and OIDC
> 
> and a bunch fail, but apparently all with the same error so should
> be ported and added to TDEP ?
> 
> [ERROR]
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.9/site-packages/twisted/trial/runner.py", line 
> 596, in loadPackage
>     module = modinfo.load()
>   File "/usr/local/lib/python3.9/site-packages/twisted/python/modules.py", 
> line 389, in load
>     return self.pathEntry.pythonPath.moduleLoader(self.name)
>   File "/usr/local/lib/python3.9/site-packages/twisted/python/reflect.py", 
> line 297, in namedAny
>     topLevelPackage = _importAndCheckStack(trialname)
>   File "/usr/local/lib/python3.9/site-packages/twisted/python/reflect.py", 
> line 244, in _importAndCheckStack
>     raise excValue.with_traceback(excTraceback)
>   File 
> "/usr/obj/ports/synapse-1.65.0/synapse-1.65.0/tests/app/test_openid_listener.py",
>  line 16, in <module>
>     from parameterized import parameterized
> builtins.ModuleNotFoundError: No module named 'parameterized'
> 
> Ran 1743 tests in 3054.754s
> 
> FAILED (skips=94, errors=24, successes=1625)

with the attached py-parameterized port installed, i get this:

Ran 2458 tests in 4580.406s

PASSED (skips=102, successes=2356)

as far as regress tests are concerned, we should be good.

Landry

Attachment: py-parameterized.tgz
Description: application/tar-gz

Reply via email to