···105 inherit version;
106 hash = "sha256-0rUlXHxjSbwb0eWeCM0SrLvWPOZJ8liHVXg6qU37axo=";
107 };
0108 });
109 # Now requires `lingua` as check input that requires a newer `click`,
110 # however `click-7` is needed by the older flask we need here. Since it's just
···105 inherit version;
106 hash = "sha256-0rUlXHxjSbwb0eWeCM0SrLvWPOZJ8liHVXg6qU37axo=";
107 };
108+ disabledTests = [ "test_bytes_args" ]; # https://github.com/pallets/click/commit/6e05e1fa1c2804
109 });
110 # Now requires `lingua` as check input that requires a newer `click`,
111 # however `click-7` is needed by the older flask we need here. Since it's just
···623 elif bt.type == 'footnote_ref' and (id := cast(str, bt.attrs.get('id', ''))):
624 result.append(XrefTarget(id, "???", None, None, target_file))
625 elif bt.type == 'inline':
626- assert bt.children
627 result += self._collect_ids(bt.children, target_file, typ, False)
628 elif id := cast(str, bt.attrs.get('id', '')):
629 # anchors and examples have no titles we could use, but we'll have to put
···623 elif bt.type == 'footnote_ref' and (id := cast(str, bt.attrs.get('id', ''))):
624 result.append(XrefTarget(id, "???", None, None, target_file))
625 elif bt.type == 'inline':
626+ assert bt.children is not None
627 result += self._collect_ids(bt.children, target_file, typ, False)
628 elif id := cast(str, bt.attrs.get('id', '')):
629 # anchors and examples have no titles we could use, but we'll have to put
···316 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
317 rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01
318 rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
0319 retworkx = rustworkx; # added 2023-05-14
320 repeated_test = repeated-test; # added 2022-11-15
321 requests_oauthlib = requests-oauthlib; # added 2022-02-12
···316 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
317 rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01
318 rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
319+ rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06
320 retworkx = rustworkx; # added 2023-05-14
321 repeated_test = repeated-test; # added 2022-11-15
322 requests_oauthlib = requests-oauthlib; # added 2022-02-12