Marcel Telka
2023-11-25 d050a371da5bed41113dec471c16239f30f6eb00
1
2
3
4
5
6
7
8
9
10
11
12
13
We have no trio pacakged yet.
 
--- httpx-0.25.2/pyproject.toml.orig
+++ httpx-0.25.2/pyproject.toml
@@ -119,8 +119,6 @@
 filterwarnings = [
   "error",
   "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",
-  # See: https://github.com/agronholm/anyio/issues/508
-  "ignore: trio.MultiError is deprecated since Trio 0.22.0:trio.TrioDeprecationWarning"
 ]
 markers = [
   "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",