-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Category: CLIIssue relates to the CLIIssue relates to the CLIPR: awaiting-mergeThe PR related to this issue has been reviewed and is awaiting merge.The PR related to this issue has been reviewed and is awaiting merge.Type: Enhancement 💡This is a feature or enhancement request.This is a feature or enhancement request.
Description
Issue description
The documentacion says that the PIPENV_SPINNER environment variable can modify the animation shown while performing long time operations, but pipenv ignores that value.
Expected result
$ export PIPENV_SPINNER=arrow3
$ pipenv lock
▹▹▹▹▹ Locking... # <-- arrow3 spinner styleActual result
$ export PIPENV_SPINNER=clock
$ pipenv lock
⠙ Locking... # <-- dots spinner styleSteps to replicate
- export the
PIPENV_SPINNERvariable to any valid spinner value. - run
pipenv - observe that the dots (or the bouncingBar) spinner style is still present.
Metadata
Metadata
Assignees
Labels
Category: CLIIssue relates to the CLIIssue relates to the CLIPR: awaiting-mergeThe PR related to this issue has been reviewed and is awaiting merge.The PR related to this issue has been reviewed and is awaiting merge.Type: Enhancement 💡This is a feature or enhancement request.This is a feature or enhancement request.