Open dinosk opened 5 years ago
Tests that use CliRunner.invoke() expecting an exception different than SystemExit, should change the expected exit_code from -1 to 1 if they upgrade to click>=7.0. PR with with the change: https://github.com/pallets/click/commit/3dfbb984214ff86e35b27672e37b9889eba71004
SystemExit
-1
1
click>=7.0
Tests that use CliRunner.invoke() expecting an exception different than
SystemExit
, should change the expected exit_code from-1
to1
if they upgrade toclick>=7.0
. PR with with the change: https://github.com/pallets/click/commit/3dfbb984214ff86e35b27672e37b9889eba71004