Skip to content

Commit aba50c9

Browse files
committed
try with latest jupyter_client
1 parent 269f5ad commit aba50c9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Run the tests
136136
timeout-minutes: 10
137137
run: |
138-
cmd="python -m pytest -vv -raXxs"
138+
cmd="python -m pytest -vv"
139139
$cmd || $cmd --lf
140140
141141
test_miniumum_versions:
@@ -152,7 +152,7 @@ jobs:
152152
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
153153
- name: Run the unit tests
154154
run: |
155-
cmd="python -m pytest -vv -raXxs"
155+
cmd="python -m pytest -vv -W default"
156156
$cmd || $cmd --lf
157157
158158
test_prereleases:

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,5 @@ filterwarnings= [
4444
# Ignore jupyter_client warnings
4545
"ignore:unclosed <socket.socket:ResourceWarning",
4646
"ignore:unclosed event loop:ResourceWarning",
47-
"ignore:unclosed context <zmq:ResourceWarning",
48-
"ignore:unclosed socket <zmq:ResourceWarning",
4947
"ignore:There is no current event loop:DeprecationWarning"
5048
]

0 commit comments

Comments
 (0)