Skip to content

Commit 6252698

Browse files
committed
nits
1 parent 1e3f34b commit 6252698

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ jobs:
145145
command: ""
146146
- name: all-extras
147147
command: "--all-extras"
148-
149148
env:
150149
UV_PYTHON: ${{ matrix.python-version }}
151150
CI: true

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ filterwarnings = [
236236
# random resource warnings; I suspect these are coming from vendor SDKs when running examples..
237237
"ignore:unclosed <socket:ResourceWarning",
238238
"ignore:unclosed event loop:ResourceWarning",
239-
"ignore:connection.*was deleted while still open:ResourceWarning",
240239
]
241240

242241
# https://coverage.readthedocs.io/en/latest/config.html#run

0 commit comments

Comments
 (0)