25
25
- name : Install developer dependencies
26
26
run : |
27
27
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
29
29
30
30
- name : Install sphinx dependencies
31
31
run :
39
39
working-directory : docs
40
40
run : make man
41
41
42
- - name : Lint codebase
43
- run : python3 -m flake8
44
-
45
42
- name : Run test suite
46
43
run : python3 -m pytest tests/
47
44
72
69
- name : Install developer dependencies
73
70
run : |
74
71
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
76
73
77
74
- name : Install sphinx dependencies
78
75
run : |
87
84
working-directory : docs
88
85
run : make man
89
86
90
- - name : Lint codebase
91
- run : python3 -m flake8
92
-
93
87
- name : Run test suite
94
88
run : python3 -m pytest tests/
95
89
@@ -120,7 +114,7 @@ jobs:
120
114
- name : Install developer dependencies
121
115
run : |
122
116
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
124
118
125
119
- name : Install sphinx dependencies
126
120
run : |
@@ -134,9 +128,6 @@ jobs:
134
128
working-directory : docs
135
129
run : make man
136
130
137
- - name : Lint codebase
138
- run : python3 -m flake8
139
-
140
131
- name : Run test suite
141
132
run : python3 -m pytest tests/
142
133
@@ -167,15 +158,12 @@ jobs:
167
158
- name : Install developer dependencies
168
159
run : |
169
160
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
171
162
172
163
- name : Install tldr dependencies
173
164
run :
174
165
python3 -m pip install -r requirements.txt --user
175
166
176
- - name : Lint codebase
177
- run : python3 -m flake8
178
-
179
167
- name : Run test suite
180
168
run : python3 -m pytest tests/
181
169
0 commit comments