summaryrefslogtreecommitdiff
path: root/dev-python/clickdc/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/clickdc/files')
-rw-r--r--dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch b/dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch
deleted file mode 100644
index 13cdbad77d5e..000000000000
--- a/dev-python/clickdc/files/clickdc-0.1.1-click-8.2.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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):
-