Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jan 2022 13:29:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 257334] [NEW PORT] devel/py-asgi-lifespan: Programmatic startup/shutdown of ASGI apps
Message-ID:  <bug-257334-21822-wOFDDJzTVk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257334-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257334-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257334

--- Comment #4 from Hiroki Tagato <tagattie@FreeBSD.org> ---
The build is fine.

I got the following message when I ran "make test" in a clean jail:

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERRORS
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
____________________ ERROR collecting tests/test_manager.py
____________________
ImportError while importing test module
'/wrkdirs/usr/ports/devel/py-asgi-lifespan/work-py38/asgi-lifespan-1.0.1/te=
sts/test_manager.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_manager.py:5: in <module>
    from starlette.routing import Router
E   ModuleNotFoundError: No module named 'starlette'
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection
!!!!!!!!!!!!!!!!!!!!
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D 1 error in 0.07 seconds
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D

Probably the "starlette" python module is missing.

Could you make it sure that all necessary modules are listed in TEST_DEPEND=
S?

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257334-21822-wOFDDJzTVk>