tox-poetry-installer/tox_poetry_installer
Rebecca Turner 1478e35c0b
Add logging for package installation completion
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.
2021-07-07 15:27:46 -04:00
..
__about__.py Bump patch version 2021-06-16 22:22:52 -04:00
__init__.py Split single module file out into directory module 2020-11-11 22:37:08 -05:00
_poetry.py Update unsafe packages set to use internal constant 2021-04-16 22:35:31 -04:00
constants.py Update default setup to use parallelized dep installation 2021-05-05 22:17:29 -04:00
datatypes.py Restructure config options to support tox's native change detection 2020-11-12 00:54:27 -05:00
exceptions.py Add internally proxied poetry module to support runtime in non-Poetry envs 2020-12-04 22:16:36 -05:00
hooks.py Update install_project_deps behavior to match docs 2021-06-16 22:22:08 -04:00
installer.py Add logging for package installation completion 2021-07-07 15:27:46 -04:00
logger.py Add internal logging wrapper to reduce copy/paste 2021-04-16 20:08:58 -04:00
py.typed Add typing stub file 2020-11-11 22:37:08 -05:00
utilities.py Update default setup to use parallelized dep installation 2021-05-05 22:17:29 -04:00