File: fix-broken-test_suite_bug.patch

package info (click to toggle)
python-jsonschema 4.19.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,584 kB
  • sloc: python: 7,830; makefile: 210; sh: 12
file content (13 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: python-jsonschema/jsonschema/tests/_helpers.py
===================================================================
--- python-jsonschema.orig/jsonschema/tests/_helpers.py
+++ python-jsonschema/jsonschema/tests/_helpers.py
@@ -18,7 +18,7 @@ def bug(issue=None):
     return message
 
 
-def test_suite_bug(issue):
+def test_suite_bug(issue=None):
     return (
         "A known test suite bug. "
         f"See {urljoin(TEST_SUITE_ISSUES_URL, str(issue))}."