Skip to content

Commit 59d841b

Browse files
committed
removed tests
1 parent 06f96d5 commit 59d841b

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
@@ -37,7 +37,7 @@ jobs:
3737
uvx flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3838
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3939
uvx flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
40-
- name: Test with pytest
41-
run: |
42-
uvx pytest
40+
# - name: Test with pytest
41+
# run: |
42+
# uvx pytest
4343

0 commit comments

Comments
 (0)