Skip to content

Commit d473c42

Browse files
authored
Ignore warnings in prerelease test (#312)
1 parent ccf997d commit d473c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
pip freeze
139139
pip check
140140
- name: Run the tests
141-
run: python -m pytest -vv -raXs || python -m pytest -vv -raXs --lf
141+
run: python -m pytest -vv -raXs -W default || python -m pytest -vv -raXs -W default --lf
142142

143143
make_sdist:
144144
name: Make SDist

0 commit comments

Comments
 (0)