Skip to content

Commit 327f285

Browse files
committed
peace was attempted
1 parent f6d736b commit 327f285

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install developer dependencies
2626
run: |
2727
python3 -m pip install -U pip
28-
python3 -m pip install -U pytest pytest-runner flake8
28+
python3 -m pip install -U pytest pytest-runner
2929
3030
- name: Install sphinx dependencies
3131
run:
@@ -39,10 +39,6 @@ jobs:
3939
working-directory: docs
4040
run: make man
4141

42-
- name: Lint codebase
43-
run: python3 -m flake8 --ignore E111,E501
44-
45-
4642
- name: Run test suite
4743
run: python3 -m pytest tests/
4844

@@ -73,7 +69,7 @@ jobs:
7369
- name: Install developer dependencies
7470
run: |
7571
python3 -m pip install -U pip
76-
python3 -m pip install -U pytest pytest-runner flake8
72+
python3 -m pip install -U pytest pytest-runner
7773
7874
- name: Install sphinx dependencies
7975
run: |
@@ -88,10 +84,6 @@ jobs:
8884
working-directory: docs
8985
run: make man
9086

91-
- name: Lint codebase
92-
run: python3 -m flake8 --ignore E111,E501
93-
94-
9587
- name: Run test suite
9688
run: python3 -m pytest tests/
9789

@@ -122,7 +114,7 @@ jobs:
122114
- name: Install developer dependencies
123115
run: |
124116
python3 -m pip install -U pip
125-
python3 -m pip install -U pytest pytest-runner flake8
117+
python3 -m pip install -U pytest pytest-runner
126118
127119
- name: Install sphinx dependencies
128120
run: |
@@ -136,10 +128,6 @@ jobs:
136128
working-directory: docs
137129
run: make man
138130

139-
- name: Lint codebase
140-
run: python3 -m flake8 --ignore E111,E501
141-
142-
143131
- name: Run test suite
144132
run: python3 -m pytest tests/
145133

@@ -170,16 +158,12 @@ jobs:
170158
- name: Install developer dependencies
171159
run: |
172160
python3 -m pip install -U pip
173-
python3 -m pip install -U pytest pytest-runner flake8
161+
python3 -m pip install -U pytest pytest-runner
174162
175163
- name: Install tldr dependencies
176164
run:
177165
python3 -m pip install -r requirements.txt --user
178166

179-
- name: Lint codebase
180-
run: python3 -m flake8 --ignore E111,E501
181-
182-
183167
- name: Run test suite
184168
run: python3 -m pytest tests/
185169

0 commit comments

Comments
 (0)