Skip to content

Commit 0bbb0f2

Browse files
committed
@ workflow : run pytest without -W ignore again.
1 parent 8506c57 commit 0bbb0f2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ jobs:
4444
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4545
- name: test with pytest
4646
run: |
47-
pytest -W ignore
48-
47+
pytest

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4545
- name: test with pytest
4646
run: |
47-
pytest -W ignore
47+
pytest

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4646
- name: test with pytest
4747
run: |
48-
pytest -W ignore
48+
pytest

0 commit comments

Comments
 (0)