You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, this is odd -- we should always spit out the logs unconditionally after the spinner concludes. I haven't seen this behavior outside of being wrapped by a runner like tox, so I wonder if this is a case of lossy wrapping on the child process's stdout/stderr.
That's just a random guess though; I'll triage more later this week.
Bug description
With
--progress-spinner
beingon
, either spinner text or memory-stored logs appears on the terminal, but not both.Examples:
As a workaround,
--progress-spinner
need to be set tooff
:Reproduction steps
python -m pip_audit -S .
to yourtox.ini
file.[project]
section from yourpyproject.toml
file.tox
multiple times and watch its behavior.Expected behavior
Both spinner and logs should be displayed on the terminal.
Screenshots and logs
See examples above.
Platform information
pip-audit
version (pip-audit -V
): pip-audit 2.7.1python -V
orpython3 -V
): Python 3.10.12pip
version (pip -V
orpip3 -V
): pip 23.2.1tox
version: 3.28.0The text was updated successfully, but these errors were encountered: