Skip to content

Commit 172b019

Browse files
authored
Update pytest command in CI workflow
Remove warning suppression for pytest on Python 3.6.
1 parent b1d79ba commit 172b019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
python -m pip install pytest
4747
- name: Test with pytest
4848
run: |
49-
python -W error -W 'ignore:Running attrs on Python 3.6' -m pytest
49+
python -W error -m pytest

0 commit comments

Comments
 (0)