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 f23f9fb commit dc47363Copy full SHA for dc47363
.github/workflows/main.yml
@@ -150,3 +150,5 @@ jobs:
150
steps:
151
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
152
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
153
+ with:
154
+ test_command: pytest --vv || pytest -vv --lf
pyproject.toml
@@ -45,6 +45,9 @@ filterwarnings= [
45
# (To be fixed in Tornado 6.2)
46
"ignore:There is no current event loop:DeprecationWarning:tornado",
47
48
+ # Randomly occuring.
49
+ "ignore:unclosed <socket.socket:ResourceWarning",
50
+
51
# ZMQ uses Future internally, which raises a DeprecationWarning
52
# When there is no loop running.
53
# We could eventually find a way to make sure these are only created
0 commit comments