Skip to content

Commit 6a0fe24

Browse files
authored
Update test.yml
1 parent c987ac8 commit 6a0fe24

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 16 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,9 +39,6 @@ jobs:
3939
working-directory: docs
4040
run: make man
4141

42-
- name: Lint codebase
43-
run: python3 -m flake8
44-
4542
- name: Run test suite
4643
run: python3 -m pytest tests/
4744

@@ -72,7 +69,7 @@ jobs:
7269
- name: Install developer dependencies
7370
run: |
7471
python3 -m pip install -U pip
75-
python3 -m pip install -U pytest pytest-runner flake8
72+
python3 -m pip install -U pytest pytest-runner
7673
7774
- name: Install sphinx dependencies
7875
run: |
@@ -87,9 +84,6 @@ jobs:
8784
working-directory: docs
8885
run: make man
8986

90-
- name: Lint codebase
91-
run: python3 -m flake8
92-
9387
- name: Run test suite
9488
run: python3 -m pytest tests/
9589

@@ -120,7 +114,7 @@ jobs:
120114
- name: Install developer dependencies
121115
run: |
122116
python3 -m pip install -U pip
123-
python3 -m pip install -U pytest pytest-runner flake8
117+
python3 -m pip install -U pytest pytest-runner
124118
125119
- name: Install sphinx dependencies
126120
run: |
@@ -134,9 +128,6 @@ jobs:
134128
working-directory: docs
135129
run: make man
136130

137-
- name: Lint codebase
138-
run: python3 -m flake8
139-
140131
- name: Run test suite
141132
run: python3 -m pytest tests/
142133

@@ -167,15 +158,12 @@ jobs:
167158
- name: Install developer dependencies
168159
run: |
169160
python3 -m pip install -U pip
170-
python3 -m pip install -U pytest pytest-runner flake8
161+
python3 -m pip install -U pytest pytest-runner
171162
172163
- name: Install tldr dependencies
173164
run:
174165
python3 -m pip install -r requirements.txt --user
175166

176-
- name: Lint codebase
177-
run: python3 -m flake8
178-
179167
- name: Run test suite
180168
run: python3 -m pytest tests/
181169

0 commit comments

Comments
 (0)