adamralph/minver

Cannot set verbosity to info in the command-line tool when the env var is set to something else

adamralph opened this issue · 2 comments

Version(s)

  • 2.4.0
  • 2.5.0

To reproduce

Steps to reproduce the behaviour:

  1. Set the MinVerVerbosity env var to anything other than info
  2. Run minver with --verbosity info

Expected behaviour

minver runs with info level verbosity.

Actual behaviour

minver runs with the verbosity level set by the env var.

Workarounds

Unset the MinVerVerbosity instead of overriding it with --verbosity info.

Additional context

n/a

fixed in #667

released in 3.0.0-rc.2