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 50dd09a commit aae8105Copy full SHA for aae8105
.github/workflows/main.yml
@@ -122,9 +122,7 @@ jobs:
122
- name: Install miniumum versions
123
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
124
- name: Run the unit tests
125
- env:
126
- PYTHONWARNINGS: default
127
- run: pytest -vv jupyter_client || pytest -vv jupyter_client --lf
+ run: pytest -vv -W default jupyter_client || pytest -vv -W default jupyter_client --lf
128
129
test_prereleases:
130
name: Test Prereleases
0 commit comments