Commit 98857a8
committed
test: fix test_bad_config failure due to Click 8.2.0 breaking change
Fix test failure in test_bad_config caused by Click 8.2.0+ behavior
change. Click 8.2.0+ now keeps stdout and stderr streams separate by
default.
Maintains backward compatibility.1 parent 655b218 commit 98857a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments