Marcel Telka
2023-11-25 d050a371da5bed41113dec471c16239f30f6eb00
commit | author | age
5ef1cd 1 We have no trio pacakged yet.
MT 2
d050a3 3 --- httpx-0.25.2/pyproject.toml.orig
MT 4 +++ httpx-0.25.2/pyproject.toml
5 @@ -119,8 +119,6 @@
5ef1cd 6  filterwarnings = [
MT 7    "error",
8    "ignore: You seem to already have a custom sys.excepthook handler installed. I'll skip installing Trio's custom handler, but this means MultiErrors will not show full tracebacks.:RuntimeWarning",
9 -  # See: https://github.com/agronholm/anyio/issues/508
10 -  "ignore: trio.MultiError is deprecated since Trio 0.22.0:trio.TrioDeprecationWarning"
11  ]
12  markers = [
13    "copied_from(source, changes=None): mark test as copied from somewhere else, along with a description of changes made to accodomate e.g. our test setup",