forked from pool/python-rarfile
Accepting request 974818 from home:mcalabkova:branches:devel:languages:python
- Add patch help.patch and enable Python 3.10 * https://github.com/markokr/rarfile/pull/85 OBS-URL: https://build.opensuse.org/request/show/974818 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rarfile?expand=0&rev=19
This commit is contained in:
11
help.patch
Normal file
11
help.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
Index: rarfile-4.0/test/test_tool.py
|
||||
===================================================================
|
||||
--- rarfile-4.0.orig/test/test_tool.py
|
||||
+++ rarfile-4.0/test/test_tool.py
|
||||
@@ -116,5 +116,5 @@ def test_cli_extract(capsys, tmp_path):
|
||||
def test_cli_help(capsys):
|
||||
assert cli("--help") == 0
|
||||
res = capsys.readouterr()
|
||||
- assert "optional" in res.out
|
||||
+ assert "option" in res.out
|
||||
|
Reference in New Issue
Block a user