14
0
forked from pool/python-requre
Files
python-requre/support-click-8.2.patch
Steve Kowalik 7f21d89d16 - Promote pytest to Requires.
- 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
2025-05-15 05:16:22 +00:00

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(