Skip to content

Commit e6ec35c

Browse files
authored
Remove pytest from workflow
1 parent e6402a8 commit e6ec35c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ jobs:
3535
flake8 empyrebase --count --select=E9,F63,F7,F82 --show-source --statistics
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 empyrebase --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38-
- name: Test with pytest
39-
run: |
40-
pytest . --ignore=tests --noconftest

0 commit comments

Comments
 (0)