Skip to content

Commit b7da89f

Browse files
committed
try ignore warning
1 parent 503a40b commit b7da89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ jobs:
145145
shell: bash -l {0}
146146
run: |
147147
cd ${{ matrix.FRIEND }}
148-
pytest -v
148+
pytest -v -W ignore::pytest.PytestRemovedIn9Warning
149149
cd ..

0 commit comments

Comments
 (0)