Skip to content

Commit afd5f20

Browse files
authored
Remove pytest for now
1 parent cc45028 commit afd5f20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3333
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3434
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
35-
- name: Test with pytest
36-
run: |
37-
pytest
35+
#- name: Test with pytest
36+
# run: |
37+
# pytest

0 commit comments

Comments
 (0)