Skip to content

Commit

Permalink
ci: Remove ignore for deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 21, 2023
1 parent b125bd0 commit 7d59f2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ jobs:
- run: pip install -r requirements_dev.txt
- name: Run checks and tests
env:
# https://github.com/OpenDataServices/lib-cove/issues/112
PYTHONWARNINGS: error,ignore::DeprecationWarning:libcove.lib.common
PYTHONWARNINGS: error
shell: bash
run: |
./manage.py migrate
./manage.py makemigrations --check --dry-run
./manage.py check --fail-level WARNING
pytest -W error -W ignore::DeprecationWarning:libcove.lib.common --cov cove_oc4ids --cov cove_project
pytest -W error --cov cove_oc4ids --cov cove_project
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit 7d59f2b

Please sign in to comment.