File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments