mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
1478e35c0b
Currently, tox-poetry-installer logs when it submits a dependency to the (possibly-parallel) executor for installation, but not when the installation is finished; this commit adds a log message when the installation actually starts (in contrast with when the job is queued) and a log message when the installation completes, along with the wall time it took. Rationale: I've noticed in some cases when running under Python 3.10 packages take much longer to install -- this logging should help pinpoint culprits. |
||
---|---|---|
.. | ||
__about__.py | ||
__init__.py | ||
_poetry.py | ||
constants.py | ||
datatypes.py | ||
exceptions.py | ||
hooks.py | ||
installer.py | ||
logger.py | ||
py.typed | ||
utilities.py |