Skip to content

Commit

Permalink
Don't let deprecation warning fail CI (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Feb 23, 2023
1 parent e0b9fc5 commit 2087de5
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 @@ -41,4 +41,4 @@ jobs:
python -m pip install pytest
- name: Test with pytest
run: |
python -W error -m pytest
python -W error -W 'ignore:Running attrs on Python 3.6' -m pytest

0 comments on commit 2087de5

Please sign in to comment.