forked from pool/python-requre
- Add patch support-click-8.2.patch: * click 8.2.0 now exits non-zero when printing help. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requre?expand=0&rev=16
14 lines
530 B
Diff
14 lines
530 B
Diff
Index: requre-0.9.1/tests/test_e2e_test_patching.py
|
|
===================================================================
|
|
--- requre-0.9.1.orig/tests/test_e2e_test_patching.py
|
|
+++ requre-0.9.1/tests/test_e2e_test_patching.py
|
|
@@ -82,7 +82,7 @@ class NoApplied(unittest.TestCase):
|
|
run_command(cmd=f"{CMD_RELATIVE} clean", fail=False)
|
|
|
|
def test_help(self):
|
|
- run_command(cmd=f"{CMD_RELATIVE}")
|
|
+ run_command(cmd=f"{CMD_RELATIVE}", fail=False)
|
|
|
|
def test_bad_command(self):
|
|
self.assertRaises(
|