mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 04:47:28 -07:00
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/731 Signed-off-by: Sam James <sam@gentoo.org>
16 lines
380 B
Diff
16 lines
380 B
Diff
More complicated patch
|
|
https://github.com/Kamilcuk/clickdc/pull/3
|
|
|
|
--- a/tests/test.py
|
|
+++ b/tests/test.py
|
|
@@ -11,7 +11,7 @@ import clickdc
|
|
|
|
|
|
def invoke(*args, **kwargs):
|
|
- return CliRunner(mix_stderr=True).invoke(*args, **kwargs)
|
|
+ return CliRunner().invoke(*args, **kwargs)
|
|
|
|
|
|
def run(arg_class, input: str, output: Any = None, fail: int = 0, toargs: bool = False):
|
|
|