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:
183183 . env3/bin/activate ; \
184184 pip install -U setuptools pip wheel ; \
185185 ${MAKE} install-dep ; \
186- pip install -U -r requirements .txt ; ${MAKE} mypy
186+ pip install -U -r mypy_requirements .txt ; ${MAKE} mypy
187187
188188FORCE :
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
66rdflib-jsonld == 0.4.0
77mistune == 0.7.3
88CacheControl == 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
1414commands = make mypy
1515whitelist_externals = make
1616deps =
17+ -rmypy_requirements.txt
1718 -rrequirements.txt
1819
1920[testenv:py35-mypy]
2021commands = make mypy
2122whitelist_externals = make
2223deps =
24+ -rmypy_requirements.txt
2325 -rrequirements.txt
2426
2527[testenv:py35-lint]
You can’t perform that action at this time.
0 commit comments