We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b9fc5 commit 2087de5Copy full SHA for 2087de5
.github/workflows/ci.yml
@@ -41,4 +41,4 @@ jobs:
41
python -m pip install pytest
42
- name: Test with pytest
43
run: |
44
- python -W error -m pytest
+ python -W error -W 'ignore:Running attrs on Python 3.6' -m pytest
0 commit comments