Skip to content

Pipenv ignores the PIPENV_SPINNER environment variable. #4045

Closed
@superruzafa

Description

@superruzafa

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 style

Actual result

$ export PIPENV_SPINNER=clock
$ pipenv lock
⠙ Locking... # <-- dots spinner style

Steps to replicate

  1. export the PIPENV_SPINNER variable to any valid spinner value.
  2. run pipenv
  3. observe that the dots (or the bouncingBar) spinner style is still present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Category: CLIIssue relates to the CLIPR: awaiting-mergeThe PR related to this issue has been reviewed and is awaiting merge.Type: Enhancement 💡This is a feature or enhancement request.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions