Skip to content

Commit

Permalink
ci: Ignore deprecation warning from requests_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 11, 2023
1 parent bc57e28 commit e4dbeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip uninstall -y orjson
- if: matrix.python-version == 'pypy-3.9'
name: Test
run: pytest -W error -W default::ocdsmerge.exceptions.DuplicateIdValueWarning --cov ocdskit
run: pytest -W error -W default::ocdsmerge.exceptions.DuplicateIdValueWarning -W ignore::DeprecationWarning:requests_cache.models.response --cov ocdskit
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit e4dbeb2

Please sign in to comment.