File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,6 @@ jenkins:
183
183
. env3/bin/activate ; \
184
184
pip install -U setuptools pip wheel ; \
185
185
${MAKE} install-dep ; \
186
- pip install -U -r requirements .txt ; ${MAKE} mypy
186
+ pip install -U -r mypy_requirements .txt ; ${MAKE} mypy
187
187
188
188
FORCE :
Original file line number Diff line number Diff line change
1
+ mypy==0.470 ; python_version>="3"
2
+ typed-ast==0.6.3 ; python_version>="3"
Original file line number Diff line number Diff line change @@ -6,6 +6,4 @@ rdflib==4.2.2
6
6
rdflib-jsonld == 0.4.0
7
7
mistune == 0.7.3
8
8
CacheControl == 0.11.7
9
- lockfile == 0.12.2
10
- mypy == 0.470 ; python_version >= "3"
11
- typed-ast == 0.6.3 ; python_version >= "3"
9
+ lockfile == 0.12.2
Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ deps = -rrequirements.txt
14
14
commands = make mypy
15
15
whitelist_externals = make
16
16
deps =
17
+ -rmypy_requirements.txt
17
18
-rrequirements.txt
18
19
19
20
[testenv:py35-mypy]
20
21
commands = make mypy
21
22
whitelist_externals = make
22
23
deps =
24
+ -rmypy_requirements.txt
23
25
-rrequirements.txt
24
26
25
27
[testenv:py35-lint]
You can’t perform that action at this time.
0 commit comments