We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3f34b commit 6252698Copy full SHA for 6252698
.github/workflows/ci.yml
@@ -145,7 +145,6 @@ jobs:
145
command: ""
146
- name: all-extras
147
command: "--all-extras"
148
-
149
env:
150
UV_PYTHON: ${{ matrix.python-version }}
151
CI: true
pyproject.toml
@@ -236,7 +236,6 @@ filterwarnings = [
236
# random resource warnings; I suspect these are coming from vendor SDKs when running examples..
237
"ignore:unclosed <socket:ResourceWarning",
238
"ignore:unclosed event loop:ResourceWarning",
239
- "ignore:connection.*was deleted while still open:ResourceWarning",
240
]
241
242
# https://coverage.readthedocs.io/en/latest/config.html#run
0 commit comments