Skip to content

Commit aae8105

Browse files
committed
fix warnings handling
1 parent 50dd09a commit aae8105

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ jobs:
122122
- name: Install miniumum versions
123123
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
124124
- name: Run the unit tests
125-
env:
126-
PYTHONWARNINGS: default
127-
run: pytest -vv jupyter_client || pytest -vv jupyter_client --lf
125+
run: pytest -vv -W default jupyter_client || pytest -vv -W default jupyter_client --lf
128126

129127
test_prereleases:
130128
name: Test Prereleases

0 commit comments

Comments
 (0)