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 503a40b commit b7da89fCopy full SHA for b7da89f
.github/workflows/main.yaml
@@ -145,5 +145,5 @@ jobs:
145
shell: bash -l {0}
146
run: |
147
cd ${{ matrix.FRIEND }}
148
- pytest -v
+ pytest -v -W ignore::pytest.PytestRemovedIn9Warning
149
cd ..
0 commit comments