I'm receiving this warnings all the times I execute pbt.
Overriding command named install, old <function install at 0x7f9f823df620>, new <function install at 0x7f9f7f46c1e0>
WARNING:pbt:Overriding command named install, old <function install at 0x7f9f823df620>, new <function install at 0x7f9f7f46c1e0>
Overriding command named check, old <function main at 0x7f9f81d2c0d0>, new <function main at 0x7f9f7f9a2378>
WARNING:pbt:Overriding command named check, old <function main at 0x7f9f81d2c0d0>, new <function main at 0x7f9f7f9a2378>
Overriding command named run, old <function run at 0x7f9f81bb0400>, new <function run at 0x7f9f823df620>
WARNING:pbt:Overriding command named run, old <function run at 0x7f9f81bb0400>, new <function run at 0x7f9f823df620>
Overriding command named setup, old <function main at 0x7f9f81bb10d0>, new <function main at 0x7f9f823df510>
WARNING:pbt:Overriding command named setup, old <function main at 0x7f9f81bb10d0>, new <function main at 0x7f9f823df510>
Overriding command named new, old <function main at 0x7f9f7f46c0d0>, new <function main at 0x7f9f7f46c158>
WARNING:pbt:Overriding command named new, old <function main at 0x7f9f7f46c0d0>, new <function main at 0x7f9f7f46c158>
Pbt is a tool for working with Python projects.
Several tasks are available:
check Checks the project with some checkers, like pep8 or pylint.
...
I'm receiving this warnings all the times I execute pbt.