gentoo/dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch
Alfred Wingate 26d02eafed
dev-python/clickdc: new package, add 0.1.1
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>
2026-04-25 05:17:31 +01:00

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):