Skip to content

Commit dc47363

Browse files
committed
try again
1 parent f23f9fb commit dc47363

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,5 @@ jobs:
150150
steps:
151151
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
152152
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
153+
with:
154+
test_command: pytest --vv || pytest -vv --lf

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ filterwarnings= [
4545
# (To be fixed in Tornado 6.2)
4646
"ignore:There is no current event loop:DeprecationWarning:tornado",
4747

48+
# Randomly occuring.
49+
"ignore:unclosed <socket.socket:ResourceWarning",
50+
4851
# ZMQ uses Future internally, which raises a DeprecationWarning
4952
# When there is no loop running.
5053
# We could eventually find a way to make sure these are only created

0 commit comments

Comments
 (0)